Add config for c3.
This commit is contained in:
10
hosts/c3/default.nix
Normal file
10
hosts/c3/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../common/global
|
||||
../common/compute-node.nix
|
||||
./hardware.nix
|
||||
];
|
||||
|
||||
networking.hostName = "c3";
|
||||
}
|
||||
Reference in New Issue
Block a user