Added user to docker group

This commit is contained in:
KoenDR06 2024-06-25 14:21:13 +02:00
parent f437c5b568
commit f3490cc6e5

View file

@ -110,6 +110,7 @@
extraGroups = [ extraGroups = [
"wheel" "wheel"
"networkmanager" "networkmanager"
"docker"
]; ];
}; };
}; };