Files
nixos/hosts/linode/default.nix
T
2022-04-13 06:51:45 +00:00

14 lines
197 B
Nix

{ ... }:
{
imports = [
../../profiles/linode.nix
./nextcloud.nix
./nginx.nix
./postgres.nix
./synapse.nix
];
networking.hostName = "linode";
networking.domain = "thehellings.com";
}