Flake check gitea action
All checks were successful
Check Flake / check-flake (push) Successful in 1m28s

This commit is contained in:
2023-04-23 17:54:45 -06:00
parent 2009180827
commit 0efcf8f3fc
6 changed files with 48 additions and 54 deletions

View File

@@ -5,8 +5,6 @@
./hardware-configuration.nix
];
services.gitea-runner = {
enable = true;
instanceUrl = "https://git.neet.dev";
};
networking.hostName = "phil";
services.gitea-runner.enable = true;
}