Juri, add sops and pds invocation
This commit is contained in:
parent
cb75b0a444
commit
eed568e289
2 changed files with 55 additions and 0 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue