Resolve current system path at runtime for exec driver jobs.

This commit is contained in:
2025-03-08 16:21:44 +00:00
parent 7470a0e077
commit 611862d5e9
3 changed files with 27 additions and 3 deletions

View File

@@ -34,6 +34,10 @@ in
path = "/nix/store";
read_only = true;
};
sw = {
path = "/run/current-system/sw";
read_only = true;
};
};
};
@@ -84,6 +88,8 @@ in
nomad
wander
damon
# for tiddlypwa
deno
];
networking.firewall = {