flake: switch to building on target by default

This commit is contained in:
Katherina Walshe-Grey 2024-12-24 17:59:04 +00:00
parent 345bf13b0d
commit ee7ccef96c
6 changed files with 20 additions and 11 deletions

View file

@ -90,6 +90,7 @@
# disable remote deployment by default
# (can stil build locally with nixos-rebuild)
deployment.targetHost = lib.mkDefault null;
deployment.buildOnTarget = lib.mkDefault true;
imports = [
lix-module.nixosModules.default