Juri, add sops and pds invocation

This commit is contained in:
Julia Lange 2025-03-17 16:18:17 -07:00
parent cb75b0a444
commit eed568e289
Signed by: Julia
SSH key fingerprint: SHA256:50XUMcOFYPUs9/1j7p9SPnwASZ7QnxXm7THF7HkbqzQ
2 changed files with 55 additions and 0 deletions

View file

@ -8,6 +8,22 @@
system.timezone = "America/Los_Angeles";
system.users.bigWheels = [ "pan" ];
sops-nix = {
enable = true;
keyFile = "/etc/sops/age/keys.txt";
sopsFile = ./secrets.yaml;
secrets = {
pdsEnv = {};
};
};
pds = {
enable = true;
hostname = "juri.woach.me";
adminEmail = "admin@woach.me";
environmentFile = config.sops.secrets.pdsEnv.path;
};
shell.enabledShells = [ "fish" ];
shell.defaultShell = "fish";