Added Disko setup; And test impermanence on node 1 & 2

This commit is contained in:
2026-06-27 21:43:29 +02:00
parent e2e63fbcab
commit 57f6b25a9e
10 changed files with 254 additions and 164 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
{ primaryUser, ... }:
{
sops = {
defaultSopsFile = ../secrets/secrets.yaml;
defaultSopsFormat = "yaml";
age.keyFile = "/home/${primaryUser}/.config/nix/secrets/keys.txt";
age.keyFile = "/persist/secrets/age-key.txt";
};
}