nixos/modules/system/networking.nix
2025-12-12 04:17:02 +01:00

5 lines
68 B
Nix

{hostname, ...}: {
networking = {
hostName = hostname;
};
}