removed docker comments

This commit is contained in:
Ittihadyya 2024-11-26 11:50:07 +02:00
parent 0c043aec1c
commit 00e25b6f58

View file

@ -3,24 +3,10 @@
({ ({
users.users.emv.extraGroups = [ users.users.emv.extraGroups = [
"podman" "podman"
# "docker"
]; ];
}) })
]; ];
sucrose.modules = [ sucrose.modules = [
/*
({
virtualisation.docker = {
enable = true;
storageDriver = "btrfs";
daemon.settings = {
userland-proxy = false;
ipv6 = false;
data-root = "/home/emv/docker-data-root/";
};
};
})
*/
( (
{ pkgs, ... }: { pkgs, ... }:
{ {