diff options
author | Alex Auvolat <alex@adnab.me> | 2023-07-19 12:12:45 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-07-19 12:12:45 +0200 |
commit | 6eb569c1c31ba8d1d589f30c63235b75abc8033f (patch) | |
tree | 1363294f9b412c54599e6cdbf4ece03905c70927 /nixpkgs/kusanagi.nix | |
parent | f8b16de5061e0b178356a598fccffe127dd0ca51 (diff) | |
download | user-config-6eb569c1c31ba8d1d589f30c63235b75abc8033f.tar.gz user-config-6eb569c1c31ba8d1d589f30c63235b75abc8033f.zip |
make zinzin definitive kusanagi config
Diffstat (limited to 'nixpkgs/kusanagi.nix')
-rw-r--r-- | nixpkgs/kusanagi.nix | 7 |
1 files changed, 0 insertions, 7 deletions
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; } |