Skip to content

Commit 6a04621

Browse files
committed
feat(builders): add tako builder configuration
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
1 parent 18d18ff commit 6a04621

File tree

4 files changed

+60
-110
lines changed

4 files changed

+60
-110
lines changed

builders/tako.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
hostName = "tako.darksailor.dev";
3+
sshUser = "remotebuilder";
4+
systems = ["x86_64-linux" "aarch64-linux"];
5+
protocol = "ssh-ng";
6+
supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
7+
}

0 commit comments

Comments
 (0)