diff options
Diffstat (limited to 'hosts/fangorn/default.nix')
-rw-r--r-- | hosts/fangorn/default.nix | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/hosts/fangorn/default.nix b/hosts/fangorn/default.nix index cb80dd5..d383036 100644 --- a/hosts/fangorn/default.nix +++ b/hosts/fangorn/default.nix @@ -62,16 +62,14 @@ services.xserver.desktopManager.xfce.enable = true; services.xserver.videoDrivers = [ "amdgpu" ]; - #sops = { - # age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; - # defaultSopsFile = ../secrets/fangorn.yaml; + sops = { + age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; + defaultSopsFile = ../secrets/fangorn.yaml; - # secrets = { - # "nftables/ssh" = {}; - # "nix-access-token-github" = {}; - # "ssh_config".path = "/root/.ssh/config"; - # }; - #}; + secrets = { + "nix-access-token-github" = {}; + }; + }; system.stateVersion = "23.11"; |