vno1-op5p: start with secrets

need to recode
This commit is contained in:
2024-03-08 17:20:04 +00:00
parent 1038e5ea81
commit 4c04b8eacf
3 changed files with 13 additions and 10 deletions

View File

@@ -156,15 +156,14 @@
./hosts/vno1-op5p/configuration.nix
home-manager.nixosModules.home-manager
#agenix.nixosModules.default
#{
# age.secrets = {
# motiejus-passwd-hash.file = ./secrets/motiejus_passwd_hash.age;
# root-passwd-hash.file = ./secrets/root_passwd_hash.age;
# sasl-passwd.file = ./secrets/postfix_sasl_passwd.age;
# };
#}
agenix.nixosModules.default
{
age.secrets = {
motiejus-passwd-hash.file = ./secrets/motiejus_passwd_hash.age;
root-passwd-hash.file = ./secrets/root_passwd_hash.age;
sasl-passwd.file = ./secrets/postfix_sasl_passwd.age;
};
}
];
specialArgs = {inherit myData;} // inputs;