test
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user