diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-04-14 12:57:58 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-04-14 12:57:58 -0700 |
commit | 2b91916724acacd9b4076f6d81bbec2b7d981048 (patch) | |
tree | 26232580da83776a3606a0bca9f8a0bcfa0fdbb7 /hosts/fangorn | |
parent | 74ff572da5b285d51960f5e6f65a03a5ddc20947 (diff) | |
download | nix-2b91916724acacd9b4076f6d81bbec2b7d981048.tar nix-2b91916724acacd9b4076f6d81bbec2b7d981048.tar.gz nix-2b91916724acacd9b4076f6d81bbec2b7d981048.tar.bz2 nix-2b91916724acacd9b4076f6d81bbec2b7d981048.tar.lz nix-2b91916724acacd9b4076f6d81bbec2b7d981048.tar.xz nix-2b91916724acacd9b4076f6d81bbec2b7d981048.tar.zst nix-2b91916724acacd9b4076f6d81bbec2b7d981048.zip |
Add GitHub token @fangorn
Diffstat (limited to '')
-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"; |