nixos-configuration/hosts/hetzner-vpn1/default.nix
2024-10-26 14:59:00 +02:00

10 lines
131 B
Nix

{...}: {
imports = [
./hardware.nix
./environment.nix
];
config = {
networking.hostName = "hetzner-vpn1";
};
}