Files
nixos/hosts/linode/default.nix
T
2022-08-24 03:08:15 +00:00

18 lines
316 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;
greg.backup.key = ./ssh/id_ed25519;
networking.hostName = "linode";
networking.domain = "thehellings.com";
}