fix the nomad configs

This commit is contained in:
Andreas Zweili 2022-03-07 22:54:56 +01:00
parent d34bd71040
commit 011f4454f5
2 changed files with 4 additions and 3 deletions

View File

@ -9,5 +9,5 @@
};
enableDocker = true;
networking.firewall.allowedTCPPorts = [ 4646 ];
}
};
}

View File

@ -8,4 +8,5 @@
};
};
networking.firewall.allowedTCPPorts = [ 4646 ];
}
};
}