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;
|
isNormalUser = true;
|
||||||
description = "clemens";
|
description = "clemens";
|
||||||
initialPassword = "123456";
|
initialPassword = "123456";
|
||||||
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" ];
|
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker"];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -266,6 +266,9 @@
|
||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Docker
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue