added docker
added docker to user config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user