Add metrics-nekomesh host

This commit is contained in:
fi 2025-11-02 21:20:49 +01:00
commit 3fcd427251
10 changed files with 138 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{ ... }:
{
boot.loader.grub = {
enable = true;
device = "/dev/vda";
};
networking = {
hostName = "metrics-nekomesh";
firewall = {
enable = true;
allowedTCPPorts = [ 80 443 ];
};
};
system.stateVersion = "25.11";
}