remove FIXME from networking.hostname

Can be safely changed afterwards.
This commit is contained in:
Lorenzo Manacorda 2021-04-09 17:07:17 +02:00
parent 85994a5057
commit 3ad26c49a9

View file

@ -218,7 +218,6 @@ cat > /mnt/etc/nixos/configuration.nix <<EOF
devices = [ "/dev/sda" "/dev/sdb" ];
};
# FIXME
networking.hostName = "hetzner";
# The mdadm RAID1s were created with 'mdadm --create ... --homehost=hetzner',