added docker
added docker to user config
This commit is contained in:
@@ -12,12 +12,15 @@ in
|
||||
boot.kernelModules = [ "kvm-intel" "kvm-amd" ];
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user