diff options
Diffstat (limited to 'nixos/nix.nix')
| -rw-r--r-- | nixos/nix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/nix.nix b/nixos/nix.nix index 70bee95..e710c04 100644 --- a/nixos/nix.nix +++ b/nixos/nix.nix @@ -14,7 +14,7 @@ flake = "git+file:///etc/nixos"; gc.enable = true; remoteBuilds = { - # enable = true; + enable = true; machines.hephaistos = { enable = true; domain = "local"; |
