Default boxes to be at home network

This commit is contained in:
Greg Hellings
2022-04-25 22:25:04 -05:00
parent a992c7c560
commit 5f1e146847
5 changed files with 20 additions and 7 deletions
-1
View File
@@ -7,7 +7,6 @@
./home-assistant.nix
./networking.nix
./vhosts.nix
../../profiles/home.nix
];
networking.hostName = "2maccabees";
greg.rpi4.enable = true;
+1
View File
@@ -9,6 +9,7 @@
./postgres.nix
./synapse.nix
];
greg.home = false;
networking.hostName = "linode";
networking.domain = "thehellings.com";
}