Initial config for chilly.

This commit is contained in:
2024-08-04 15:55:51 +01:00
parent 4803e983c1
commit b10092092f
5 changed files with 109 additions and 1 deletions

12
hosts/chilly/default.nix Normal file
View File

@@ -0,0 +1,12 @@
{ pkgs, inputs, ... }:
{
imports = [
../../common/global
../../common/compute-node.nix
./disk-config.nix
./hardware.nix
];
networking.hostName = "chilly";
services.tailscaleAutoconnect.authkey = "tskey-auth-kRXS9oPyPm11CNTRL-BE6YnbP9J6ZZuV9dHkX17ZMnm1JGdu93";
}