docker: Enable module contents
This commit is contained in:
parent
84f2d5fc6b
commit
2e1d374c0b
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
# virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# extraOptions = ''
|
extraOptions = ''
|
||||||
# --dns 127.0.0.1 --dns 10.0.0.250 --data-root /docker
|
--dns 127.0.0.1 --dns 10.0.0.250 --data-root /docker
|
||||||
# '';
|
'';
|
||||||
# enableOnBoot = false;
|
enableOnBoot = false;
|
||||||
# };
|
};
|
||||||
users.users.giulio.extraGroups = [ "docker" ];
|
users.users.giulio.extraGroups = [ "docker" ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user