default hermetic to true

This commit is contained in:
matthewcroughan 2022-12-15 15:08:40 +00:00
parent 118c71c511
commit b4d17b8e2a

View file

@ -34,7 +34,7 @@
flock = "${getExe final.flock}";
n = flake.nixosConfigurations.${machine}._module.args.nixinate;
hermetic = n.hermetic or false;
hermetic = n.hermetic or true;
user = n.sshUser or "root";
host = n.host;
where = n.buildOn or "remote";