fix: skynet is external so needs top be updated manually
This commit is contained in:
parent
7120cd09d1
commit
a1b9ce3f2d
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ in {
|
||||||
targetPort = 22;
|
targetPort = 22;
|
||||||
targetUser = "root";
|
targetUser = "root";
|
||||||
|
|
||||||
tags = [ "active-core" ];
|
# this one is manually deployed
|
||||||
|
tags = [ "active-ext" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
skynet_dns.records = [
|
skynet_dns.records = [
|
||||||
|
|
Loading…
Reference in a new issue