diff --git a/home/tasia/home.nix b/home/tasia/home.nix index 4013906..b6e0382 100644 --- a/home/tasia/home.nix +++ b/home/tasia/home.nix @@ -9,7 +9,7 @@ users.users.tasia = { isNormalUser = true; - description = "User"; + description = "Tasia"; extraGroups = [ "networkmanager" "wheel" diff --git a/hosts/jo/configuration.nix b/hosts/jo/configuration.nix index ce3525b..052f64c 100644 --- a/hosts/jo/configuration.nix +++ b/hosts/jo/configuration.nix @@ -126,14 +126,6 @@ in { # Configure console keymap console.keyMap = "de"; - # Define a user account. Don't forget to set a password with ‘passwd’. - users.users.tasia = { - isNormalUser = true; - description = "Tasia"; - extraGroups = ["networkmanager" "wheel"]; - packages = with pkgs; []; - }; - # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [