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

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