forked from wurzel/fruitbasket
refactor: fsr.domain -> networking.domain
This commit is contained in:
parent
220575d64b
commit
62825e357f
24 changed files with 41 additions and 64 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue