mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
♻️ Move hashedPasswordFile into inherit section
This commit is contained in:
parent
d7a1a9ffbd
commit
65f710a179
1 changed files with 1 additions and 2 deletions
|
@ -49,8 +49,7 @@ in {
|
|||
users.users = lib.mapAttrs (username: userConfig:
|
||||
mkIf userConfig.enable {
|
||||
name = username;
|
||||
hashedPasswordFile = userConfig.hashedPasswordFile;
|
||||
inherit (userConfig) isNormalUser isSystemUser initialPassword password extraGroups;
|
||||
inherit (userConfig) isNormalUser isSystemUser initialPassword hashedPasswordFile password extraGroups;
|
||||
})
|
||||
cfg;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue