Adjusts user options.

Removes friend users password instead of empty password.
Enables linger for admin users.
This commit is contained in:
Bailey 2024-03-07 00:10:58 +00:00
parent 6e2a4eca03
commit 15b8953bd2

View file

@ -35,10 +35,11 @@ in {
"${inputs.self}/pubkeys/${name}.keys"
];
initialPassword = "";
linger = true;
})) // {
friends = lib.mkIf config.gg.users.friend {
isNormalUser = true;
initialPassword = "";
hashedPassword = "";
};
};
};