From c993d877d78d7ba749b995c915691f7eb2055e1d Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 27 Feb 2024 23:41:47 +0300 Subject: [PATCH] test user --- hosts/huanan/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/huanan/configuration.nix b/hosts/huanan/configuration.nix index a09b9f7..097e6f2 100644 --- a/hosts/huanan/configuration.nix +++ b/hosts/huanan/configuration.nix @@ -106,6 +106,12 @@ inputs.telegram-desktop-patched-unstable.packages.${pkgs.system}.default ]; + users.users.test = { + isNormalUser = true; + description = "test"; + extraGroups = [ "networkmanager" "wheel" "docker"]; + }; + environment = { gnome.excludePackages = [ #pkgs.gnome-connections