diff --git a/hosts/modules/nasp.nix b/hosts/modules/nasp.nix index 7419bda..304e847 100644 --- a/hosts/modules/nasp.nix +++ b/hosts/modules/nasp.nix @@ -133,7 +133,7 @@ in xkb.layout = "us"; }; } - (lib.mkIf (networking.hostId != null) { + (lib.mkIf (config.networking.hostId != null) { boot.supportedFilesystems = [ "zfs" ]; boot.zfs.forceImportRoot = false; services.zfs.autoScrub.enable = true;