113 current 2025-10-08 18:12:42 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -16,6 +16,8 @@ in
|
|||||||
defaultSopsFile = ../../secrets/secrets.yaml;
|
defaultSopsFile = ../../secrets/secrets.yaml;
|
||||||
defaultSopsFormat = "yaml";
|
defaultSopsFormat = "yaml";
|
||||||
age.keyFile = "/home/blake/.config/sops/age/keys.txt";
|
age.keyFile = "/home/blake/.config/sops/age/keys.txt";
|
||||||
|
|
||||||
|
secrets = {
|
||||||
"blake_passwd" = lib.mkIf config.users.blake.enable {
|
"blake_passwd" = lib.mkIf config.users.blake.enable {
|
||||||
owner = "root";
|
owner = "root";
|
||||||
group = "root";
|
group = "root";
|
||||||
@@ -23,4 +25,5 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user