diff --git a/modules/hosts/corgi/configuration.nix b/modules/hosts/corgi/configuration.nix index 2a397e8..8065ce9 100644 --- a/modules/hosts/corgi/configuration.nix +++ b/modules/hosts/corgi/configuration.nix @@ -52,17 +52,6 @@ }; - users.users.oliver = { - isNormalUser = true; - description = "oliver"; - extraGroups = [ - "networkmanager" - "wheel" - ]; - packages = with pkgs; [ - ]; - }; - programs.firefox.enable = true; nixpkgs.config.allowUnfree = true;