added docker

added docker to user config
This commit is contained in:
2024-05-07 13:40:44 +10:00
parent 02648203c6
commit 6e8c206fb1

View File

@@ -13,11 +13,14 @@ in
virtualisation.libvirtd.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
#docker
virtualisation.docker.enable = true;
# My user account. Don't forget to set a password with passwd.
users.users.kurtisa = {
isNormalUser = true;
description = "Kurtis Andrews";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "docker" ];
packages = with pkgs; [
firefox
thunderbird