summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/nix.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixos/nix.nix b/nixos/nix.nix
index 48a8bed..7656871 100644
--- a/nixos/nix.nix
+++ b/nixos/nix.nix
@@ -13,6 +13,15 @@
};
flake = "git+file:///etc/nixos";
gc.enable = true;
+ remoteBuilds = {
+ enable = true;
+ machines.hephaistos = {
+ enable = true;
+ domain = "local";
+ speedFactor = 1;
+ require = false;
+ };
+ };
};
systemd.services.flake-update = {