Files
nixos/hosts/linode/default.nix
T
2022-09-06 03:44:55 +00:00

17 lines
279 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
./nextcloud.nix
./nginx.nix
./postgres.nix
./synapse.nix
];
greg.home = false;
greg.linode.enable = true;
greg.tailscale.enable = true;
networking.hostName = "linode";
networking.domain = "thehellings.com";
}