disable docker
This commit is contained in:
parent
6d2e266cb2
commit
f3e9bac4d3
1 changed files with 3 additions and 3 deletions
|
@ -3,12 +3,12 @@
|
||||||
({
|
({
|
||||||
users.users.emv.extraGroups = [
|
users.users.emv.extraGroups = [
|
||||||
"podman"
|
"podman"
|
||||||
"docker"
|
# "docker"
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
sucrose.modules = [
|
sucrose.modules = [
|
||||||
({
|
/* ({
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
storageDriver = "btrfs";
|
storageDriver = "btrfs";
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
data-root = "/home/emv/docker-data-root/";
|
data-root = "/home/emv/docker-data-root/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
})*/
|
||||||
(
|
(
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue