From 89442ff425e8ea423798666be198b9c529faac99 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 18 Nov 2024 10:42:11 -0800 Subject: Add GitHub token @kaitain @richese --- hosts/kaitain/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hosts/kaitain/default.nix') diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index defaa13..72aadff 100644 --- a/hosts/kaitain/default.nix +++ b/hosts/kaitain/default.nix @@ -51,6 +51,15 @@ services.openssh.openFirewall = false; services.xserver.videoDrivers = lib.mkForce [ "vmware" "virtualbox" "modesetting" ]; + sops = { + age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; + defaultSopsFile = ../secrets/kaitain.yaml; + + secrets = { + "nix-access-token-github" = {}; + }; + }; + system.stateVersion = "23.11"; #systemd.user.services = let -- cgit v1.2.3