Add lillian to docker group

This commit is contained in:
Lillian Violet 2024-02-06 14:29:39 +01:00
parent 2a73851e2a
commit 80d59778cb

View file

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