Move git to self-hosted hardware

This commit is contained in:
Greg Hellings
2023-12-19 19:07:02 +00:00
parent 466ffbe852
commit 7cbd9491d2
3 changed files with 25 additions and 127 deletions
+13 -5
View File
@@ -10,12 +10,20 @@
./postgres.nix
./synapse.nix
];
greg.home = false;
greg.linode.enable = true;
greg.tailscale.enable = true;
networking.hostName = "linode";
networking.domain = "thehellings.com";
greg = {
home = false;
linode.enable = true;
tailscale.enable = true;
};
networking = {
hostName = "linode";
domain = "thehellings.com";
nameservers = [
"100.88.91.27"
];
};
environment.systemPackages = with pkgs; [
bind
forgejo
gitea-actions-runner
graphviz