mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
rename test account
This commit is contained in:
parent
9b42b46d7b
commit
e4d43fc523
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@ in
|
||||||
wireshark.package = pkgs.wireshark;
|
wireshark.package = pkgs.wireshark;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.sandy = {
|
users.users.zim = {
|
||||||
group = "users";
|
group = "users";
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
useDefaultShell = true;
|
useDefaultShell = true;
|
||||||
home = "/home/sandy";
|
home = "/home/zim";
|
||||||
createHome = true;
|
createHome = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue