default hermetic to true
This commit is contained in:
parent
118c71c511
commit
b4d17b8e2a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
flock = "${getExe final.flock}";
|
flock = "${getExe final.flock}";
|
||||||
|
|
||||||
n = flake.nixosConfigurations.${machine}._module.args.nixinate;
|
n = flake.nixosConfigurations.${machine}._module.args.nixinate;
|
||||||
hermetic = n.hermetic or false;
|
hermetic = n.hermetic or true;
|
||||||
user = n.sshUser or "root";
|
user = n.sshUser or "root";
|
||||||
host = n.host;
|
host = n.host;
|
||||||
where = n.buildOn or "remote";
|
where = n.buildOn or "remote";
|
||||||
|
|
Loading…
Add table
Reference in a new issue