remove FIXME from networking.hostname
Can be safely changed afterwards.
This commit is contained in:
parent
85994a5057
commit
3ad26c49a9
|
@ -218,7 +218,6 @@ cat > /mnt/etc/nixos/configuration.nix <<EOF
|
||||||
devices = [ "/dev/sda" "/dev/sdb" ];
|
devices = [ "/dev/sda" "/dev/sdb" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# FIXME
|
|
||||||
networking.hostName = "hetzner";
|
networking.hostName = "hetzner";
|
||||||
|
|
||||||
# The mdadm RAID1s were created with 'mdadm --create ... --homehost=hetzner',
|
# The mdadm RAID1s were created with 'mdadm --create ... --homehost=hetzner',
|
||||||
|
|
Loading…
Reference in a new issue