mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-04-05 12:32:55 +00:00
addin ssh key
This commit is contained in:
@@ -11,6 +11,11 @@
|
|||||||
allowedUDPPorts = [4646 4647 4648 8123];
|
allowedUDPPorts = [4646 4647 4648 8123];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#
|
||||||
|
systemd.tmpfiles.rules = [
|
||||||
|
"d /mount/configs/postgres 0770 1000 1000 -"
|
||||||
|
];
|
||||||
|
|
||||||
services.nomad = {
|
services.nomad = {
|
||||||
package = pkgs.nomad_1_6;
|
package = pkgs.nomad_1_6;
|
||||||
dropPrivileges = false;
|
dropPrivileges = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user