From eccbae14314b46c4333103cda0a864a0cff6c256 Mon Sep 17 00:00:00 2001 From: helmi Date: Mon, 15 Dec 2025 23:15:20 +0100 Subject: [PATCH] Upppppps 2 --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index ad4cdfa..db3fbcf 100644 --- a/configuration.nix +++ b/configuration.nix @@ -90,7 +90,7 @@ # Define a user account. Don't forget to set a password with ‘passwd’. users.users.petra = { - isNormalUser = false; + isNormalUser = true; description = "Petra Besser"; extraGroups = [ "networkmanager" "wheel" ]; home = "/home-local/petra";