nix-config/machines/terra/configuration.nix
2026-03-23 17:27:13 +01:00

11 lines
185 B
Nix

{...}: {
imports = [
./hardware-configuration.nix
./modules.nix
];
horseman.username = "horseman";
horseman.stateVersion = "24.11";
networking.hostName = "terra";
}