refactor: fsr.domain -> networking.domain

This commit is contained in:
Rouven Seifert 2023-09-17 20:10:55 +02:00
parent 220575d64b
commit 62825e357f
Signed by untrusted user: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
24 changed files with 41 additions and 64 deletions

View file

@ -15,7 +15,6 @@
#boot.supportedFilesystems = [ "zfs" ];
#boot.zfs.devNodes = "/dev/";
networking.hostName = "quitte"; # Define your hostname.
services.qemuGuest.enable = true;
# Set your time zone.

View file

@ -11,7 +11,9 @@ in
networking = {
hostId = "a71c81fc";
rdns = "quitte.ifsr.de";
domain = "ifsr.de";
hostName = "quitte";
rDNS = config.networking.fqdn;
enableIPv6 = true;
useDHCP = true;
interfaces.ens18.useDHCP = true;