hscloud/nix/configuration.sample.nix

12 lines
173 B
Nix

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