nixos/modules/system/networking.nix

6 lines
68 B
Nix
Raw Normal View History

2025-08-21 10:31:50 +02:00
{hostname, ...}: {
2025-02-18 20:17:57 +01:00
networking = {
hostName = hostname;
};
}