13 lines
216 B
Nix
13 lines
216 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
];
|
|
greg.home = false;
|
|
greg.linode.enable = true;
|
|
greg.tailscale.enable = true;
|
|
networking.hostName = "linodeeu";
|
|
networking.domain = "thehellings.com";
|
|
}
|