removes deprecated zfs value
adds hostid required by zfs
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
# ./mennos-server/zfs.nix
|
||||
];
|
||||
networking.hostName = "mennos-server";
|
||||
networking.hostId = "64519940";
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
@ -2,7 +2,6 @@
|
||||
{
|
||||
# Enable ZFS support
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
boot.zfs.enableUnstable = false;
|
||||
|
||||
# ZFS system services
|
||||
services.zfs = {
|
||||
|
Reference in New Issue
Block a user