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"; }