Initial config for chilly.
This commit is contained in:
12
hosts/chilly/default.nix
Normal file
12
hosts/chilly/default.nix
Normal 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";
|
||||
}
|
||||
Reference in New Issue
Block a user