diff --git a/systems/x86_64-linux/yggdrasil/default.nix b/systems/x86_64-linux/yggdrasil/default.nix index 444360d..7e7e090 100644 --- a/systems/x86_64-linux/yggdrasil/default.nix +++ b/systems/x86_64-linux/yggdrasil/default.nix @@ -29,6 +29,25 @@ in AddressFamily inet ''; + nix = { + buildMachines = [ + { + hostName = "pi"; + sshUser = "remotebuild"; + sshKey = "/root/.ssh/remotebuild"; + systems = [ "aarch64-linux" ]; + protocol = "ssh-ng"; + + supportedFeatures = [ + "nixos-test" + "big-parallel" + ]; + } + ]; + + distributedBuilds = true; + + }; ${namespace} = { archetypes = { gaming.enable = true; @@ -76,7 +95,7 @@ in windowrulev2 = [ "workspace 8 silent, class:^(steam)$, title:^(Friends List)" - "workspace 8 silent, class:^(discord)$, title:^(Discord)" + "workspace 8 silent, class:^(vesktop)$, title:^(Discord)" "workspace 7 silent, class:^(com.obsproject.Studio)$" ]; };