Skip to content

Commit

Permalink
dweb-reverse-tls-proxy: disable nomad
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Dec 12, 2024
1 parent 014a782 commit b51f5d5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,9 @@
group = config.users.groups.nomad.name;
};

# TODO: refactor this into a nomad-server module
services.nomad = {
enable = true;
enable = false;
package = pkgs.nomad_1_6;
enableDocker = false;
dropPrivileges = false;
Expand Down

0 comments on commit b51f5d5

Please sign in to comment.