Move Linode support to a module

This commit is contained in:
Greg Hellings
2022-04-25 22:29:44 -05:00
parent 5f1e146847
commit 5a5c3fac0c
4 changed files with 46 additions and 29 deletions
+1 -1
View File
@@ -3,13 +3,13 @@
{
imports = [
./hardware-configuration.nix
../../profiles/linode.nix
./nextcloud.nix
./nginx.nix
./postgres.nix
./synapse.nix
];
greg.home = false;
greg.linode.enable = true;
networking.hostName = "linode";
networking.domain = "thehellings.com";
}