use s0
All checks were successful
Check Flake / check-flake (push) Successful in 2m49s

This commit is contained in:
2023-04-29 18:18:52 -06:00
parent f9ba8473d2
commit 4f6e2c3369
3 changed files with 7 additions and 53 deletions

View File

@@ -6,10 +6,5 @@
];
networking.hostName = "phil";
services.gitea-runner = {
enable = true;
instanceUrl = "https://git.neet.dev";
};
boot.binfmt.emulatedSystems = [ "x86_64-linux" ];
services.gitea-runner.enable = true;
}