removes deprecated zfs value

adds hostid required by zfs
This commit is contained in:
2024-11-15 21:17:06 +01:00
parent 0a961ec53f
commit 77b84107f6
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@
# ./mennos-server/zfs.nix
];
networking.hostName = "mennos-server";
networking.hostId = "64519940";
# Bootloader.
boot.loader.systemd-boot.enable = true;

View File

@ -2,7 +2,6 @@
{
# Enable ZFS support
boot.supportedFilesystems = [ "zfs" ];
boot.zfs.enableUnstable = false;
# ZFS system services
services.zfs = {