Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use .local hostnames for dist. builds

+2 -2
+2 -2
modules/nix-remote-builders.nix
··· 2 2 let 3 3 builders = [ 4 4 { 5 - hostName = "shizuri"; 5 + hostName = "shizuri.local"; 6 6 sshUser = "nixremote"; 7 7 sshKey = "/root/.ssh/nix-remote-builder"; 8 8 system = "x86_64-linux"; ··· 17 17 ]; 18 18 } 19 19 { 20 - hostName = "odin"; 20 + hostName = "odin.local"; 21 21 sshUser = "nixremote"; 22 22 sshKey = "/root/.ssh/nix-remote-builder"; 23 23 system = "x86_64-linux";