nix-config/machines/luna/configuration.nix

14 lines
260 B
Nix

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