Files
nixpkgs/nixos/modules/config
Kovacsics Robert af4adb1dd2 nixos/users-groups: Use user name not attribute name for /etc/profiles/...
This cropped up, because I have a set-up where my work username is
different to my home desktop username, and I am using a parameterized
config for both, so I have something akin to

    config.users.users.default-user = ...;

and using

    config.users.users.default-user.{name, home}

in certain places to cope with this. Noticed my home-manager bought in
packages (which use the users.users.<name>.packages hence NixOS issue
not home-manager) weren't present.
2021-02-27 12:45:49 +00:00
..
2021-01-17 21:40:51 +01:00
2020-11-17 09:11:31 -05:00
2020-04-05 08:38:08 +03:00
2021-01-07 22:41:34 +01:00