From 5a05a797059de2e05ece14a4c772703748230987 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 21 Feb 2024 12:09:57 +0100 Subject: [PATCH] Little refactor --- nixos/hosts/EDI/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index 58350d5..fb89ba7 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -37,6 +37,7 @@ users.users.lillian = { hashedPasswordFile = config.sops.secrets."lillian-password".path; + extraGroups = ["docker"]; }; home-manager = { @@ -80,8 +81,6 @@ # Enable bluetooth hardware hardware.bluetooth.enable = true; - users.users.lillian.extraGroups = ["docker"]; - # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion system.stateVersion = "unstable"; }