pushed boxuser call up to default
This commit is contained in:
@@ -9,15 +9,6 @@
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
users.users.boxuser = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "docker" "networkmanager"]; # Enable ‘sudo’ for the user.
|
||||
password = "boxuser";
|
||||
packages = with pkgs; [
|
||||
fastfetch
|
||||
];
|
||||
};
|
||||
|
||||
security.sudo = {
|
||||
enable = true;
|
||||
wheelNeedsPassword = false;
|
||||
|
||||
Reference in New Issue
Block a user