Files
nixos/hosts/linodeeu/default.nix
T

13 lines
216 B
Nix
Raw Normal View History

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