14 lines
257 B
Nix
14 lines
257 B
Nix
{...}: {
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./modules.nix
|
|
../../modules
|
|
];
|
|
|
|
horseman.username = "horseman";
|
|
horseman.stateVersion = "24.11";
|
|
|
|
networking.hostName = "solis";
|
|
|
|
networking.firewall.allowedTCPPorts = [3000 3001];
|
|
}
|