pushed boxuser call up to default

This commit is contained in:
2025-10-02 14:39:26 +03:00
parent b11164a864
commit a6bcb7eccf
2 changed files with 8 additions and 9 deletions

View File

@@ -13,6 +13,14 @@
../../modules/common/networking.nix
../../modules/common/shell.nix
];
users.users.boxuser = {
isNormalUser = true;
extraGroups = ["wheel" "docker" "networkmanager"]; # Enable sudo for the user.
password = "boxuser";
packages = with pkgs; [
fastfetch
];
};
networking.hostName = "box";
networking.firewall.enable = false;
# This will be overridden by system/default.nix