This commit is contained in:
CDaut 2024-05-16 16:26:36 +02:00
parent 12532c1257
commit 1d77386ba6
Signed by: clara
GPG key ID: 223391B52FAD4463

View file

@ -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. Its perfectly fine and recommended to leave