add n1 clusterboard compute module

This commit is contained in:
zuckerberg
2021-05-09 10:30:27 -04:00
parent a7c462ad2b
commit 12e025491a
5 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{ config, ... }:
{
imports = [
../common.nix
];
networking.hostName = "n1";
}