This commit is contained in:
2026-02-14 00:52:39 +00:00
parent 58c8146cc0
commit 6cc1c98f75
11 changed files with 143 additions and 103 deletions

View File

@@ -16,7 +16,7 @@
];
sops = {
age.keyFile = "/home/doloro/.config/sops/age/key.txt"; # must have no password!
defaultSopsFile = ./secrets.yaml;
defaultSopsFile = ./content/secrets.yaml;
};
};
nixos =
@@ -27,7 +27,7 @@
];
sops = {
# age.keyFile = "/etc/ssh/ssh_host_ed25519_key";
defaultSopsFile = ./secrets.yaml;
defaultSopsFile = ./content/secrets.yaml;
secrets = {
root-hashed_password = {
neededForUsers = true;