networking: backport domain, fqdn and fqdnOrHostName options

f675531bc7/nixos/modules/tasks/network-interfaces.nix (L580-L618)
This commit is contained in:
Michael Hoang 2025-04-12 19:09:31 +02:00
parent 113883e37d
commit 751a96bc1f
2 changed files with 50 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ lib, config, pkgs, ... }:
{ lib, config, ... }:
{
networking.hostName = "EVE";