blob: 8681f76203ef78c5168008f1eb6e49f20cd1626e [file] [log] [blame]
Sergiusz Bazanski12642202019-05-19 03:10:56 +02001{ config, pkgs, ... }:
2
3{
4 imports = [
5 ./hardware-configuration.nix
6 ./hswaw-cluster.nix
7 ];
8
9 networking.hostName = "bc01n01";
10 system.stateVersion = "18.09";
11}