From 2b91916724acacd9b4076f6d81bbec2b7d981048 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 14 Apr 2025 12:57:58 -0700 Subject: Add GitHub token @fangorn --- hosts/fangorn/default.nix | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'hosts/fangorn') 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"; -- cgit v1.2.3