Files
nixos/hosts/linode/default.nix
T
2022-04-20 03:10:08 +00:00

15 lines
228 B
Nix

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