This commit is contained in:
2026-05-31 11:03:24 +01:00
parent fb5aa85711
commit 480a809216
4 changed files with 31 additions and 35 deletions

View File

@@ -0,0 +1,7 @@
{ config, lib, pkgs, ... }:
{
networking.interfaces.eth0.useDHCP = true;
networking.hostName = "blade";
networking.firewall.allowedTCPPorts = [ 22 80 443 ];
}