mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
8 lines
280 B
Nix
8 lines
280 B
Nix
{ ... }: {
|
|
virtualisation.podman = {
|
|
enable = true;
|
|
};
|
|
# https://github.com/NixOS/nixpkgs/issues/226365
|
|
networking.firewall.interfaces."podman+".allowedUDPPorts = [ 53 5353 ];
|
|
age.secrets.docker_registry_password.file = ../../secrets/docker_registry_password.age;
|
|
}
|