mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +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;
|
||||
};
|
||||
|
||||
users.users.sandy = {
|
||||
users.users.zim = {
|
||||
group = "users";
|
||||
isSystemUser = true;
|
||||
useDefaultShell = true;
|
||||
home = "/home/sandy";
|
||||
home = "/home/zim";
|
||||
createHome = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue