Fix Sops configuration for user 'olivier' by updating the path to the hashed password secret.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
olivierEnabled = lib.elem "olivier" config.chiasson.users.enabled;
|
olivierEnabled = lib.elem "olivier" config.chiasson.users.enabled;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
sops.secrets."users/olivier/hashedPassword" = lib.mkIf olivierEnabled {
|
config.sops.secrets."users/olivier/hashedPassword" = lib.mkIf olivierEnabled {
|
||||||
neededForUsers = true;
|
neededForUsers = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user