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
|
||||
# maybe I don't need? haven't used Docker yet
|
||||
# maybe I don't need? haven't used Docker yet. Disabled for now
|
||||
/*
|
||||
virtualisation = {
|
||||
docker = {
|
||||
enable = true;
|
||||
|
@ -179,6 +180,7 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
|||
};
|
||||
};
|
||||
};
|
||||
*/
|
||||
|
||||
# Open ports in the firewall.
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue