Add config for c2.

This commit is contained in:
2023-06-30 11:00:38 +01:00
parent c9634ceb86
commit d10efccce9
2 changed files with 69 additions and 0 deletions

10
hosts/c2/default.nix Normal file
View File

@@ -0,0 +1,10 @@
{ pkgs, inputs, ... }:
{
imports = [
../common/global
../common/compute-node.nix
./hardware.nix
];
networking.hostName = "c2";
}