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
+8 -3
View File
@@ -7,6 +7,7 @@
vpnSecretFile = "/home/biscuit/Wireguard/secret";
allowUnfree = true;
touchpadSupport = false;
termFont = "JetBrainsMono Nerd Font"; # e.g., JetBrainsMono Nerd Font
@@ -24,12 +25,18 @@
delfin
];
sshExtraConfig = ''
Host macair
User lsoriano
HostName 192.168.68.81
'';
# BUILD (optional), you can remove these blocks.
trustedUsers = [
"lsoriano"
"@groups"
"biscuit"
];
buildMachines = [
{
hostName = "192.168.68.81";
@@ -39,6 +46,4 @@
supportedFeatures = ["big-parallel" "kvm" "nixos-test"];
}
];
touchpadSupport = false;
}