This commit is contained in:
2026-03-31 13:55:40 +02:00
parent 6f0d716cba
commit 2dd361ec24
5 changed files with 50 additions and 47 deletions

10
system/sops.nix Normal file
View File

@@ -0,0 +1,10 @@
{ ... }:
{
sops = {
defaultSopsFile = ../secrets/secrets.yaml;
defaultSopsFormat = "yaml";
age.keyFile = "/etc/sops/keys.txt";
secrets."user_password".neededForUsers = true;
};
}