Switch nomad to privileged mode.

This commit is contained in:
2023-07-07 13:27:21 +01:00
parent 723073e53d
commit c8278b0fad

View File

@@ -7,6 +7,8 @@ in
{
services.nomad = {
enable = true;
# true breaks at least CSI volumes
dropPrivileges = false;
settings = {
datacenter = "alo";
@@ -32,7 +34,7 @@ in
environment.persistence."/persist".directories = [
"/var/lib/docker"
"/var/lib/private/nomad"
"/var/lib/nomad"
];
environment.systemPackages = with pkgs; [