addin ssh key

This commit is contained in:
2023-11-22 14:27:06 +00:00
parent 3060aa627a
commit d1b441160b

View File

@@ -11,6 +11,11 @@
allowedUDPPorts = [4646 4647 4648 8123];
};
#
systemd.tmpfiles.rules = [
"d /mount/configs/postgres 0770 1000 1000 -"
];
services.nomad = {
package = pkgs.nomad_1_6;
dropPrivileges = false;