forked from colonelpanic/dotfiles
[NixOS] Don't manually add uid and home to users
This commit is contained in:
parent
cb2578e3ad
commit
cfdde16f12
@ -23,14 +23,10 @@
|
|||||||
in {
|
in {
|
||||||
imalison = userDefaults // {
|
imalison = userDefaults // {
|
||||||
name = "imalison";
|
name = "imalison";
|
||||||
uid = 1000;
|
|
||||||
home = "/home/imalison";
|
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
kat = userDefaults // {
|
kat = userDefaults // {
|
||||||
name = "kat";
|
name = "kat";
|
||||||
uid = 1001;
|
|
||||||
home = "/home/kat";
|
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user