issue: wait until server has been physically updated to re-enable
This commit is contained in:
parent
82b0b4aff4
commit
03ae753b90
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@ in {
|
|||
targetPort = 22;
|
||||
targetUser = null;
|
||||
|
||||
tags = ["active-dns" "dns"];
|
||||
tags = [
|
||||
# TODO: undo once the server has been updated.
|
||||
# "active-dns" "dns"
|
||||
];
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
Loading…
Reference in a new issue