From 6eb569c1c31ba8d1d589f30c63235b75abc8033f Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 19 Jul 2023 12:12:45 +0200 Subject: make zinzin definitive kusanagi config --- nixpkgs/kusanagi-old.nix | 19 +++++++++++++++++++ nixpkgs/kusanagi.nix | 7 ------- nixpkgs/zinzin.nix | 12 ------------ 3 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 nixpkgs/kusanagi-old.nix delete mode 100644 nixpkgs/zinzin.nix (limited to 'nixpkgs') diff --git a/nixpkgs/kusanagi-old.nix b/nixpkgs/kusanagi-old.nix new file mode 100644 index 0000000..4d605c1 --- /dev/null +++ b/nixpkgs/kusanagi-old.nix @@ -0,0 +1,19 @@ +{ 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; +} + 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; } diff --git a/nixpkgs/zinzin.nix b/nixpkgs/zinzin.nix deleted file mode 100644 index 2eb8900..0000000 --- a/nixpkgs/zinzin.nix +++ /dev/null @@ -1,12 +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"; -} - -- cgit v1.2.3