nix-config/machines/luna/configuration.nix
2025-11-01 22:43:48 +01:00

13 lines
242 B
Nix

{...}: {
imports = [
./hardware-configuration.nix
./modules.nix
];
horseman.username = "horseman";
horseman.stateVersion = "24.11";
networking.hostName = "luna";
networking.extraHosts = "127.0.0.1 koala.rails.local";
}