summaryrefslogtreecommitdiff
path: root/nixpkgs
diff options
context:
space:
mode:
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;
}