mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
move zim user from security to sean
This commit is contained in:
parent
656153d2b1
commit
682365688a
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue