removed docker comments
This commit is contained in:
parent
0c043aec1c
commit
00e25b6f58
1 changed files with 0 additions and 14 deletions
|
@ -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, ... }:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue