Files
nixos/hosts/linode/default.nix
T
2022-09-23 01:40:04 +00:00

18 lines
291 B
Nix

{ ... }:
{
imports = [
./git.nix
./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";
}