disable docker
This commit is contained in:
parent
9c696b0bb5
commit
66b52e0950
1 changed files with 3 additions and 1 deletions
|
@ -165,7 +165,8 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
];
|
];
|
||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
# maybe I don't need? haven't used Docker yet
|
# maybe I don't need? haven't used Docker yet. Disabled for now
|
||||||
|
/*
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker = {
|
docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -179,6 +180,7 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue