diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/sif/default.nix | 7 | ||||
-rw-r--r-- | hosts/vidhar/default.nix | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix index 3109d852..4b303d9a 100644 --- a/hosts/sif/default.nix +++ b/hosts/sif/default.nix | |||
@@ -272,6 +272,13 @@ | |||
272 | autoOptimiseStore = true; | 272 | autoOptimiseStore = true; |
273 | daemonNiceLevel = 10; | 273 | daemonNiceLevel = 10; |
274 | daemonIONiceLevel = 3; | 274 | daemonIONiceLevel = 3; |
275 | |||
276 | buildServers.vidhar = { | ||
277 | address = "192.168.2.168"; | ||
278 | system = "x86_64-linux"; | ||
279 | speedFactor = 4; | ||
280 | supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; | ||
281 | }; | ||
275 | }; | 282 | }; |
276 | 283 | ||
277 | environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./wacom.conf; | 284 | environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./wacom.conf; |
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index fb4256f6..ae0a8168 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -3,6 +3,7 @@ | |||
3 | imports = with flake.nixosModules.systemProfiles; [ | 3 | imports = with flake.nixosModules.systemProfiles; [ |
4 | ./zfs.nix | 4 | ./zfs.nix |
5 | initrd-all-crypto-modules default-locale openssh rebuild-machines | 5 | initrd-all-crypto-modules default-locale openssh rebuild-machines |
6 | build-server | ||
6 | initrd-ssh | 7 | initrd-ssh |
7 | ]; | 8 | ]; |
8 | 9 | ||