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