hosts/marvin: Enable docker

This commit is contained in:
The Hedgehog 2022-07-27 09:49:51 -04:00
parent cd01aaf43c
commit a43dd69e20
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -4,5 +4,6 @@
dockerCompat = true;
dockerSocket.enable = true;
};
virtualisation.docker.enable = true;
virtualisation.oci-containers.backend = "docker";
}

View file

@ -2,7 +2,7 @@
users.users.thehedgehog = {
description = "The Hedgehog";
isNormalUser = true;
extraGroups = ["wheel" "networkmanager"];
extraGroups = ["wheel" "networkmanager" "video" "docker" ];
hashedPassword = "$6$6EtuZhVOJdfI9DYP$1Qnd7R8qdN.E5yE2kDQCNg2zgJ5cIjNBKsIW/qJgb8wcKlUpIoVg/fEKvBkAgCiLyojVG2kzfu4J9LR8rA8a2/";
shell = pkgs.fish;
openssh = {