mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Users] Bugfixes
This commit is contained in:
parent
34b6b977f6
commit
0ffeb10f6a
1 changed files with 6 additions and 6 deletions
|
|
@ -45,11 +45,11 @@ in
|
|||
});
|
||||
users.groups = genAttrs cfg.users (u: { } );
|
||||
|
||||
systemd.tmpfiles.rules = concatLists (forEach cfg.users (u:
|
||||
[
|
||||
"d ${usersCfg.users.${u}.home}/.config/nixpkgs 0700 ${u} ${u} -"
|
||||
"C ${usersCfg.users.${u}.home}/.config/nixpkgs/home.nix 0600 ${u} ${u} - ${cfg.defaultHomeFile}"
|
||||
]
|
||||
));
|
||||
# systemd.tmpfiles.rules = concatLists (forEach cfg.users (u:
|
||||
# [
|
||||
# "d ${usersCfg.users.${u}.home}/.config/nixpkgs 0700 ${u} ${u} -"
|
||||
# "C ${usersCfg.users.${u}.home}/.config/nixpkgs/home.nix 0600 ${u} ${u} - ${cfg.defaultHomeFile}"
|
||||
# ]
|
||||
# ));
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue