From f7f6a0e7b533d218ecf2f05ed38892857a2b2fa6 Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Sun, 19 May 2024 07:53:04 -0700 Subject: [PATCH] updated system config --- configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 859e9a5..a46771f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -58,7 +58,6 @@ services.flatpak.enable = true; virtualisation.docker.enable = true; - users.users.nmarks.extraGroups = ["docker"]; nix.settings.experimental-features = ["nix-command" "flakes"]; programs.hyprland.enable = true; @@ -231,7 +230,7 @@ users.users.nmarks = { isNormalUser = true; description = "Natalie Marks"; - extraGroups = ["networkmanager" "wheel"]; + extraGroups = ["networkmanager" "wheel" "docker"]; # openssh.authorizedKeys.keyFiles = ["~/.ssh/id_ed25519.pub"]; packages = with pkgs; [ firefox