fix(host@doloro): fixed secrets not importing

This commit is contained in:
2025-10-16 23:41:50 +01:00
parent f0b23422ac
commit fb4ccb3c0b

View File

@@ -7,6 +7,7 @@
inputs,
lib,
pkgs,
nix-meow,
...
}:
let
@@ -55,7 +56,7 @@ in
security.rtkit.enable = true;
sops = {
defaultSopsFile = ../../secrets/users.yaml;
defaultSopsFile = builtins.toPath "${nix-meow.flakeRoot}/secrets/users.yaml";
secrets = {
root-hashed_password = {
neededForUsers = true;