Files
nixos/hosts/linode/default.nix
T

16 lines
248 B
Nix

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