sarek: intialize service config. Move firewall to base.nix

This commit is contained in:
2023-10-05 23:44:58 +02:00
committed by Felix Albrigtsen
parent d316bfec3d
commit 0cae9e4995
7 changed files with 51 additions and 19 deletions

View File

@@ -102,20 +102,9 @@
sslCertificateKey = "${certPath}.key";
};
/* virtualisation.podman = { */
/* enable = true; */
/* dockerCompat = true; # Make `docker` shell alias */
/* defaultNetwork.settings.dns_enabled = true; */
/* }; */
/* virtualisation.oci-containers.backend = "podman"; */
virtualisation.docker.enable = true;
virtualisation.oci-containers.backend = "docker";
networking.firewall.allowedTCPPorts = [ 22 ];
system.stateVersion = "22.11";
}