add compute nodes

This commit is contained in:
zuckerberg
2021-06-23 00:34:03 -04:00
parent 7118b9fbf6
commit 022041c3b5
7 changed files with 60 additions and 0 deletions

View File

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