diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-18 10:42:11 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-18 10:42:11 -0800 |
commit | 89442ff425e8ea423798666be198b9c529faac99 (patch) | |
tree | 9d3ac317f42d40236c4a3d93503952d19003a1db /hosts/richese | |
parent | fb4427c94059c42cce89c2990a2a9310a065c7db (diff) | |
download | nix-89442ff425e8ea423798666be198b9c529faac99.tar nix-89442ff425e8ea423798666be198b9c529faac99.tar.gz nix-89442ff425e8ea423798666be198b9c529faac99.tar.bz2 nix-89442ff425e8ea423798666be198b9c529faac99.tar.lz nix-89442ff425e8ea423798666be198b9c529faac99.tar.xz nix-89442ff425e8ea423798666be198b9c529faac99.tar.zst nix-89442ff425e8ea423798666be198b9c529faac99.zip |
Add GitHub token @kaitain @richese
Diffstat (limited to 'hosts/richese')
-rw-r--r-- | hosts/richese/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix index a57e142..b049cde 100644 --- a/hosts/richese/default.nix +++ b/hosts/richese/default.nix @@ -48,6 +48,15 @@ services.openssh.openFirewall = false; services.xserver.videoDrivers = lib.mkForce [ "vmware" "virtualbox" "modesetting" ]; + sops = { + age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; + defaultSopsFile = ../secrets/richese.yaml; + + secrets = { + "nix-access-token-github" = {}; + }; + }; + system.stateVersion = "23.11"; #systemd.user.services = let |