From 39e6a5f14473bd6d517790a9be453272afd01c16 Mon Sep 17 00:00:00 2001 From: Olivier <1+olivier@noreply.raspot.in> Date: Tue, 18 Aug 2026 09:15:03 +0200 Subject: [PATCH] Actualiser configuration.nix --- configuration.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/configuration.nix b/configuration.nix index 576c5f9..e66e913 100644 --- a/configuration.nix +++ b/configuration.nix @@ -83,17 +83,6 @@ # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; - # Define a user account. Don't forget to set a password with ‘passwd’. - users.users."localadm" = { - isNormalUser = true; - description = "localadm"; - extraGroups = [ "networkmanager" "wheel" ]; - packages = with pkgs; [ - kdePackages.kate - # thunderbird - ]; - }; - # Allow unfree packages nixpkgs.config.allowUnfree = true;