From b753d81af9dbfae66f40aa574b2bee116fbeb04e Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Wed, 10 Apr 2024 20:29:05 -0400 Subject: [PATCH] removing users.users.richie --- .../systems/rhapsody-in-green/configuration.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/users/richie/systems/rhapsody-in-green/configuration.nix b/users/richie/systems/rhapsody-in-green/configuration.nix index 5058b1d..87f20b1 100644 --- a/users/richie/systems/rhapsody-in-green/configuration.nix +++ b/users/richie/systems/rhapsody-in-green/configuration.nix @@ -51,19 +51,6 @@ }; }; - users.users.richie = { - isNormalUser = true; - description = "richie"; - extraGroups = [ - "networkmanager" - "wheel" - ]; - packages = with pkgs; [ - firefox - kate - ]; - }; - virtualisation = { docker = { enable = true;