forked from colonelpanic/dotfiles
[NixOS] Enable gitea actions runner on biskcomp
This commit is contained in:
parent
9f0d8d3982
commit
690e5cb2a4
@ -76,6 +76,11 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.gitea-actions-runner = {
|
||||||
|
enable = true;
|
||||||
|
url = "http://1896Folsom.duckdns.org:3000";
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-label/NIXOS_SD";
|
device = "/dev/disk/by-label/NIXOS_SD";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
|
Loading…
Reference in New Issue
Block a user