ci: mark as active but seperate from main group
This commit is contained in:
parent
808fc9a2d9
commit
3465f645b9
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ in {
|
||||||
targetPort = 22;
|
targetPort = 22;
|
||||||
targetUser = "root";
|
targetUser = "root";
|
||||||
|
|
||||||
tags = [ "active" "dns" ];
|
tags = [ "active-dns" "dns" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
|
@ -26,7 +26,7 @@ in {
|
||||||
targetPort = 22;
|
targetPort = 22;
|
||||||
targetUser = "root";
|
targetUser = "root";
|
||||||
|
|
||||||
tags = [ "active" "dns" ];
|
tags = [ "active-dns" "dns" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.skynet_backup = {
|
services.skynet_backup = {
|
||||||
|
|
Loading…
Reference in a new issue