aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/darkstar
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-05-29 00:30:30 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-05-29 00:30:30 -0700
commit270ae591f573e470f951ab1dd1ae70bcbee9334b (patch)
tree3577efe14b346214c261c2062258a14db5fae407 /hosts/darkstar
parent660895110f247c0ac3a76709a38ca5f5ea2fbfcb (diff)
downloadnix-270ae591f573e470f951ab1dd1ae70bcbee9334b.tar
nix-270ae591f573e470f951ab1dd1ae70bcbee9334b.tar.gz
nix-270ae591f573e470f951ab1dd1ae70bcbee9334b.tar.bz2
nix-270ae591f573e470f951ab1dd1ae70bcbee9334b.tar.lz
nix-270ae591f573e470f951ab1dd1ae70bcbee9334b.tar.xz
nix-270ae591f573e470f951ab1dd1ae70bcbee9334b.tar.zst
nix-270ae591f573e470f951ab1dd1ae70bcbee9334b.zip
Add sops-nix for darkstar
Diffstat (limited to 'hosts/darkstar')
-rw-r--r--hosts/darkstar/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/darkstar/default.nix b/hosts/darkstar/default.nix
index e175588..5a08440 100644
--- a/hosts/darkstar/default.nix
+++ b/hosts/darkstar/default.nix
@@ -86,5 +86,14 @@
#};
};
+ sops ={
+ age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
+ defaultSopsFile = ../secrets/darkstar.yaml;
+
+ secrets = {
+ "kea-dhcp4.conf" = {};
+ };
+ };
+
system.stateVersion = "23.11";
}