blob: 8681f76203ef78c5168008f1eb6e49f20cd1626e [file] [log] [blame]
{ config, pkgs, ... }:
{
imports = [
./hardware-configuration.nix
./hswaw-cluster.nix
];
networking.hostName = "bc01n01";
system.stateVersion = "18.09";
}