[NixOS] Enable gitea actions runner on biskcomp

This commit is contained in:
Ivan Malison 2023-09-23 13:25:41 -06:00
parent 9f0d8d3982
commit 690e5cb2a4

View File

@ -76,6 +76,11 @@ in
};
};
services.gitea-actions-runner = {
enable = true;
url = "http://1896Folsom.duckdns.org:3000";
};
fileSystems."/" = {
device = "/dev/disk/by-label/NIXOS_SD";
fsType = "ext4";