fix(host@doloro): fixed secrets not importing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user