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