Resolve current system path at runtime for exec driver jobs.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user