nixos/hosts/server/robin/default.nix

13 lines
176 B
Nix
Raw Normal View History

2026-03-06 01:32:13 +00:00
{ ... }:
{
imports = [
./hardware-configuration.nix
./system-configuration.nix
../default.nix
];
networking.hostName = "robin";
networking.hostId = "";
}