Update DERP relay to run directly on Linode
This commit is contained in:
parent
1269eb6614
commit
385fb0e22c
1 changed files with 0 additions and 12 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue