Add config for c3.

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

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

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