This commit is contained in:
biscuit
2025-06-06 08:15:41 -05:00
parent f757369821
commit 657fde7545
4 changed files with 30 additions and 18 deletions
+2 -5
View File
@@ -3,6 +3,7 @@
allowUnfree,
buildMachines,
trustedUsers,
sshExtraConfig,
...
}: {
imports = [
@@ -25,11 +26,7 @@
experimental-features = ["nix-command" "flakes"];
};
programs.ssh.extraConfig = ''
Host macair
User lsoriano
HostName 192.168.68.81
'';
programs.ssh.extraConfig = sshExtraConfig;
nix.distributedBuilds = true;
nix.settings.builders-use-substitutes = true;