flake: switch to building on target by default
This commit is contained in:
parent
345bf13b0d
commit
ee7ccef96c
6 changed files with 20 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue