index
:
nixos
master
sinan's reproducible nixos systems
sinan@sinanmohd.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hosts
/
lia
/
modules
/
users.nix
blob: 0161e0b3e2a2db4623fc149af86f8ab02c9d2f4b (
plain
) (
blame
)
1
2
3
4
5
{
...
}:
{
users
.
users
.
"rohit"
=
{
isNormalUser
=
true
;
};
}