This commit is contained in:
2026-02-19 13:08:11 -06:00
parent 570687deae
commit aa55dc0251
8 changed files with 70 additions and 78 deletions

View File

@@ -1,4 +1,6 @@
{ host, ... }:
{
networking.hostName = "poslop-nixvm2";
networking.hostName = host;
networking.networkmanager.enable = true;
}