summaryrefslogtreecommitdiff
path: root/nixpkgs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-07-19 12:12:45 +0200
committerAlex Auvolat <alex@adnab.me>2023-07-19 12:12:45 +0200
commit6eb569c1c31ba8d1d589f30c63235b75abc8033f (patch)
tree1363294f9b412c54599e6cdbf4ece03905c70927 /nixpkgs
parentf8b16de5061e0b178356a598fccffe127dd0ca51 (diff)
downloaduser-config-6eb569c1c31ba8d1d589f30c63235b75abc8033f.tar.gz
user-config-6eb569c1c31ba8d1d589f30c63235b75abc8033f.zip
make zinzin definitive kusanagi config
Diffstat (limited to 'nixpkgs')
-rw-r--r--nixpkgs/kusanagi-old.nix (renamed from nixpkgs/zinzin.nix)7
-rw-r--r--nixpkgs/kusanagi.nix7
2 files changed, 7 insertions, 7 deletions
diff --git a/nixpkgs/zinzin.nix b/nixpkgs/kusanagi-old.nix
index 2eb8900..4d605c1 100644
--- a/nixpkgs/zinzin.nix
+++ b/nixpkgs/kusanagi-old.nix
@@ -8,5 +8,12 @@
services.gpg-agent.enableSshSupport = false;
services.gpg-agent.pinentryFlavor = "qt";
services.gpg-agent.extraConfig = "no-allow-external-cache";
+
+ programs.keychain = {
+ enable = true;
+ enableBashIntegration = true;
+ keys = [ "~/.ssh/id_ed25519" ];
+ };
+ services.syncthing.enable = true;
}
diff --git a/nixpkgs/kusanagi.nix b/nixpkgs/kusanagi.nix
index 4d605c1..2eb8900 100644
--- a/nixpkgs/kusanagi.nix
+++ b/nixpkgs/kusanagi.nix
@@ -8,12 +8,5 @@
services.gpg-agent.enableSshSupport = false;
services.gpg-agent.pinentryFlavor = "qt";
services.gpg-agent.extraConfig = "no-allow-external-cache";
-
- programs.keychain = {
- enable = true;
- enableBashIntegration = true;
- keys = [ "~/.ssh/id_ed25519" ];
- };
- services.syncthing.enable = true;
}