mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
distributed
This commit is contained in:
parent
8e14683bf0
commit
2384d4cabf
2 changed files with 3 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
|||
{
|
||||
nix.buildMachines = [
|
||||
{
|
||||
hostName = "162.55.89.216";
|
||||
hostName = "thick";
|
||||
system = "x86_64-linux";
|
||||
# if the builder supports building for multiple architectures,
|
||||
# replace the previous line by, e.g.,
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
maxJobs = 16;
|
||||
speedFactor = 3;
|
||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||
mandatoryFeatures = [];
|
||||
mandatoryFeatures = [ ];
|
||||
}
|
||||
];
|
||||
nix.distributedBuilds = true;
|
||||
|
|
|
|||
|
|
@ -86,11 +86,10 @@
|
|||
[
|
||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x1-7th-gen
|
||||
./features/server/harden.nix
|
||||
#./features/distributed-build.nix
|
||||
./features/distributed-build.nix
|
||||
# ./features/kde.nix
|
||||
./features/desktopish
|
||||
./features/protonvpn.nix
|
||||
#./features/ema/emanote.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue