docker
This commit is contained in:
parent
12532c1257
commit
1d77386ba6
1 changed files with 4 additions and 1 deletions
|
|
@ -105,7 +105,7 @@
|
|||
isNormalUser = true;
|
||||
description = "clemens";
|
||||
initialPassword = "123456";
|
||||
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker"];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
|
|
@ -266,6 +266,9 @@
|
|||
zlib
|
||||
];
|
||||
|
||||
# Docker
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue