diff options
Diffstat (limited to 'home/root/arrakis.nix')
-rw-r--r-- | home/root/arrakis.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/home/root/arrakis.nix b/home/root/arrakis.nix index 9edd186..43c0bc3 100644 --- a/home/root/arrakis.nix +++ b/home/root/arrakis.nix @@ -76,13 +76,4 @@ nix.extraOptions = '' !include ${config.sops.secrets."nix-access-token-github".path} ''; - - sops = { - age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; - defaultSopsFile = ./secrets/arrakis.yaml; - - secrets = { - "nix-access-token-github".path = "%r/nix-access-token-github"; - }; - }; } |