nixos/modules/base/networking.nix
2025-05-20 21:56:01 +02:00

8 lines
74 B
Nix

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