nixos.system_tarball_pc: Fix evaluation
It was broken due to 57b05765c9.
ZFS requires `networking.hostId` to be set.
This commit is contained in:
@@ -54,4 +54,6 @@
|
||||
# Include support for various filesystems.
|
||||
boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" "zfs" "ntfs" "cifs" ];
|
||||
|
||||
# Configure host id for ZFS to work
|
||||
networking.hostId = "8425e349";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user