chore(flake): update flake.lock for tako builder and dependency updates chore(flake): switch hyprmonitors to https url chore(home): remove unused linux-file-converter-addon fix(home): remove commented out program enable line
8 lines
209 B
Nix
8 lines
209 B
Nix
{
|
|
hostName = "tako.darksailor.dev";
|
|
sshUser = "remotebuilder";
|
|
systems = ["x86_64-linux" "aarch64-linux"];
|
|
protocol = "ssh-ng";
|
|
supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
|
|
}
|