nixos/modules/system/networking.nix

6 lines
83 B
Nix
Raw Normal View History

2025-12-13 21:41:52 +01:00
{config, ...}: {
2025-02-18 20:17:57 +01:00
networking = {
2025-12-13 21:41:52 +01:00
hostName = config.fireproof.hostname;
2025-02-18 20:17:57 +01:00
};
}