From 7f0d5e8ed1bb7d9274ec19ca44ce00b376b3fafc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 22 Jul 2025 20:55:21 +0100 Subject: [PATCH] Remove oliver user --- modules/hosts/corgi/configuration.nix | 11 ----------- 1 file changed, 11 deletions(-) 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;