nix: add sample node configuration

master
q3k 2019-05-19 03:10:56 +02:00
parent 29afb4cc51
commit 1264220329
1 changed files with 11 additions and 0 deletions

View File

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