remote builds
This commit is contained in:
parent
055f0b0661
commit
8b6046e64c
2 changed files with 0 additions and 10 deletions
|
|
@ -7,7 +7,6 @@
|
||||||
./home-manager.nix
|
./home-manager.nix
|
||||||
./virtualization.nix
|
./virtualization.nix
|
||||||
./emulation.nix
|
./emulation.nix
|
||||||
./remote-builds.nix
|
|
||||||
./i18n.nix
|
./i18n.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./nix-index.nix
|
./nix-index.nix
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{ lib, config, ... }:
|
|
||||||
{
|
|
||||||
config = lib.mkIf config.osbmModules.remoteBuild.enable {
|
|
||||||
# Remote build configuration
|
|
||||||
# This should be customized per-host
|
|
||||||
nix.buildMachines = lib.mkDefault [];
|
|
||||||
nix.distributedBuilds = lib.mkDefault true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue