diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index 43f8eef..077051f 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -61,6 +61,8 @@ # 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"; }