nixos/modules/base/networking.nix
2025-08-21 10:31:50 +02:00

5 lines
68 B
Nix

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