summaryrefslogtreecommitdiff
path: root/nixpkgs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-10-25 15:12:29 +0200
committerAlex Auvolat <alex@adnab.me>2023-10-25 15:12:29 +0200
commitff1c560eea992aa135f9d3eb8b3118db65ec508a (patch)
treec999b5d8d6571bf1f62081bd2790817d2c2d6997 /nixpkgs
parent3a8456713f5120508706daf280b93cee5d04f324 (diff)
downloaduser-config-ff1c560eea992aa135f9d3eb8b3118db65ec508a.tar.gz
user-config-ff1c560eea992aa135f9d3eb8b3118db65ec508a.zip
kusanagi: remove -old config files
Diffstat (limited to 'nixpkgs')
-rw-r--r--nixpkgs/kusanagi-old.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/nixpkgs/kusanagi-old.nix b/nixpkgs/kusanagi-old.nix
deleted file mode 100644
index 4d605c1..0000000
--- a/nixpkgs/kusanagi-old.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-{ pkgs, ... }: {
- imports = [ ./common.nix ];
-
- home.homeDirectory = "/home/lx";
- xdg.userDirs.download = "/home/lx/Downloads";
-
- services.gpg-agent.enable = true;
- 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;
-}
-