summaryrefslogtreecommitdiff
path: root/hosts/sif
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/sif')
-rw-r--r--hosts/sif/default.nix19
1 files changed, 10 insertions, 9 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix
index 3b28d51f..8a36d68d 100644
--- a/hosts/sif/default.nix
+++ b/hosts/sif/default.nix
@@ -44,10 +44,11 @@
44 }; 44 };
45 45
46 networking = { 46 networking = {
47 domain = "midgard.yggdrasil"; 47 domain = "yggdrasil";
48 search = [ "yggdrasil" ];
48 hosts = { 49 hosts = {
49 "127.0.0.1" = [ "sif.midgard.yggdrasil" "sif" ]; 50 "127.0.0.1" = [ "sif.yggdrasil" "sif" ];
50 "::1" = [ "sif.midgard.yggdrasil" "sif" ]; 51 "::1" = [ "sif.yggdrasil" "sif" ];
51 }; 52 };
52 53
53 firewall = { 54 firewall = {
@@ -273,12 +274,12 @@
273 daemonNiceLevel = 10; 274 daemonNiceLevel = 10;
274 daemonIONiceLevel = 3; 275 daemonIONiceLevel = 3;
275 276
276 # buildServers.vidhar = { 277 buildServers.vidhar = {
277 # address = "192.168.2.168"; 278 address = "vidhar.yggdrasil";
278 # system = "x86_64-linux"; 279 system = "x86_64-linux";
279 # speedFactor = 4; 280 speedFactor = 4;
280 # supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; 281 supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
281 # }; 282 };
282 }; 283 };
283 284
284 environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./wacom.conf; 285 environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./wacom.conf;