From ca91474fa2dc4c947f6d222d9c00297e8221aa4a Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 6 Feb 2024 14:29:39 +0100 Subject: [PATCH] Add lillian to docker group --- nixos/hosts/EDI/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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"; }