NixOS 23.11

This commit is contained in:
2023-12-21 07:22:57 +00:00
parent 4878d21ef9
commit eee210ce39
3 changed files with 39 additions and 22 deletions

View File

@@ -7,7 +7,6 @@ in
{
services.nomad = {
enable = true;
package = pkgs.unstable.nomad;
# true breaks at least CSI volumes
# TODO: consider fixing
dropPrivileges = false;