diff --git a/users/dustin/default.nix b/users/dustin/default.nix deleted file mode 100644 index ed165c96..00000000 --- a/users/dustin/default.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ config, pkgs, ... }: - -{ - # Define a user account. Don't forget to set a password with ‘passwd’. - users.users.aly = { - isNormalUser = true; - description = "Dustin Raffauf"; - extraGroups = [ "networkmanager" "wheel" "docker" ]; - }; -}