diff options
Diffstat (limited to 'home/root/arrakis.nix')
-rw-r--r-- | home/root/arrakis.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/home/root/arrakis.nix b/home/root/arrakis.nix index 47c9552..d9d9162 100644 --- a/home/root/arrakis.nix +++ b/home/root/arrakis.nix @@ -87,15 +87,4 @@ nix.extraOptions = '' !include /run/secrets/nix-access-token-github ''; - - sops = { - age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; - defaultSopsFile = ./secrets/arrakis.yaml; - - secrets = { - "ssh_config" = { - path = "/root/.ssh/config"; - }; - }; - }; } |