1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Remove podman from metis

This commit is contained in:
Stefan Ellmauthaler 2024-02-09 18:58:10 +01:00
parent 7e3326dc0b
commit 249b2d97e3
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

View File

@ -46,9 +46,6 @@
# enable wireguard
wireguard.enable = true;
# enable podman
container.podman.enable = true;
# user setup
users = {
enable = true;
@ -92,9 +89,6 @@
externalInterface = "ens3";
internalInterfaces = ["wg-stelnet"];
};
# port for podman container
firewall.allowedTCPPorts = [8888];
};
system.stateVersion = "22.05";
}