Update DERP relay to run directly on Linode

This commit is contained in:
albert 2024-03-13 12:26:01 +09:00
parent 1269eb6614
commit 385fb0e22c
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -7,18 +7,6 @@
]; ];
}; };
# Runtime
virtualisation.podman = {
enable = true;
autoPrune.enable = true;
dockerCompat = true;
defaultNetwork.settings = {
# Required for container networking to be able to use names.
dns_enabled = true;
};
};
virtualisation.oci-containers.backend = "podman";
# Containers # Containers
virtualisation.oci-containers.containers."headscale-derp" = { virtualisation.oci-containers.containers."headscale-derp" = {
image = "fredliang/derper"; image = "fredliang/derper";