extra networking

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-16 17:56:02 +02:00
parent d336212904
commit c6b942bd55

View File

@@ -0,0 +1,14 @@
{ config, pkgs, host, ... }:
let
in
{
networking.hostName = host;
networking.networkmanager = {
enable = true;
};
networking.enableIPv6 = true;
}