upd
This commit is contained in:
@@ -18,10 +18,26 @@
|
||||
neo = "nix run github:fred-drake/neovim#";
|
||||
};
|
||||
|
||||
# Custom Applications
|
||||
apps = pkgs:
|
||||
with pkgs; [
|
||||
delfin
|
||||
];
|
||||
|
||||
trustedUsers = [
|
||||
"lsoriano"
|
||||
"@groups"
|
||||
];
|
||||
|
||||
buildMachines = [
|
||||
{
|
||||
hostName = "192.168.68.81";
|
||||
sshUser = "lsoriano";
|
||||
sshKey = "~/.ssh/id_rsa";
|
||||
system = "x86_64-linux";
|
||||
supportedFeatures = ["big-parallel" "kvm" "nixos-test"];
|
||||
}
|
||||
];
|
||||
|
||||
touchpadSupport = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user