19 lines
306 B
Nix
19 lines
306 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./git.nix
|
|
./hardware-configuration.nix
|
|
./podman.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";
|
|
}
|