add docker

This commit is contained in:
eneller
2023-11-28 17:37:07 +01:00
parent 2d6a6cea06
commit ca11f6106c

View File

@@ -109,11 +109,16 @@
users.users.snow = {
isNormalUser = true;
description = "snow";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "docker" ];
packages = with pkgs; [
];
};
virtualisation.docker.rootless = {
enable = true;
setSocketVariable = true;
};
# Allow unfree packages
nixpkgs.config.allowUnfree = true;