Compare commits
1 commit
97d8e6edd7
...
2c747b54db
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c747b54db |
2 changed files with 3 additions and 3 deletions
|
|
@ -62,7 +62,7 @@ in {
|
||||||
|
|
||||||
virtualisation.oci-containers.containers = lib.mkIf (cfg.docker.setupKey != null) {
|
virtualisation.oci-containers.containers = lib.mkIf (cfg.docker.setupKey != null) {
|
||||||
netbird = {
|
netbird = {
|
||||||
image = "netbirdio/netbird:v0.74.1-rootless@sha256:672e9199fcccfc24520bd0bea09fcd358395906949c1b3b270336612357c9338";
|
image = "netbirdio/netbird:v0.74.0-rootless@sha256:5b7786b96846017c5a848593c1251cf7f65e0bd3bb4dbadb7384cbed5e8fe821";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
hostname = "${config.networking.hostName}-docker";
|
hostname = "${config.networking.hostName}-docker";
|
||||||
networks = [
|
networks = [
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
netbird-server = {
|
netbird-server = {
|
||||||
image = "netbirdio/netbird-server:0.74.1@sha256:b41d3ff4470c5610da1fbf93b6e940571932d0ecadbd4fd9d9221b5310cb7d2f";
|
image = "netbirdio/netbird-server:0.74.0@sha256:57af40a5e3a7e62d1c9b2e63141628e5ac560150318f7c6cd1d52e0c78f60667";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
networks = [
|
networks = [
|
||||||
"traefik"
|
"traefik"
|
||||||
|
|
@ -169,7 +169,7 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
netbird-proxy = {
|
netbird-proxy = {
|
||||||
image = "netbirdio/reverse-proxy:0.74.1@sha256:0d6bceceaa4033f4193e54b10a4e4c83b9d17b7421e1dbd2db0e77dbf677092b";
|
image = "netbirdio/reverse-proxy:0.74.0@sha256:b4c6f137f9d7816e674330bd4e32e470512c64bcae6642ff3ecc63c3d2364ce9";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
ports = [
|
ports = [
|
||||||
"51820:51820/udp"
|
"51820:51820/udp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue