move zim user from security to sean

This commit is contained in:
Sean Buckley 2023-11-11 13:52:41 -05:00
parent 656153d2b1
commit 682365688a
2 changed files with 5 additions and 5 deletions

View file

@ -21,4 +21,9 @@
git config --global user.email "sean.bck@gmail.com" git config --global user.email "sean.bck@gmail.com"
git config --global user.name "Sean Buckley" git config --global user.name "Sean Buckley"
''; '';
users.users.zim = {
uid = 2099;
isNormalUser = true;
};
} }

View file

@ -48,10 +48,5 @@ in
wireshark.enable = true; wireshark.enable = true;
wireshark.package = pkgs.wireshark; wireshark.package = pkgs.wireshark;
}; };
users.users.zim = {
uid = 2099;
isNormalUser = true;
};
}; };
} }