From 10c11ef959ca711724931f0d193732e117fbf907 Mon Sep 17 00:00:00 2001 From: Bert Proesmans Date: Sun, 5 May 2024 19:16:18 +0000 Subject: [PATCH] moving development host config to latest iteration --- nixosModules/hosts/development.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nixosModules/hosts/development.nix b/nixosModules/hosts/development.nix index ca0a6a7..6f96b0a 100644 --- a/nixosModules/hosts/development.nix +++ b/nixosModules/hosts/development.nix @@ -11,13 +11,9 @@ # It's best practise to mark the pools as 'exported' before moving them between systems. # NOTE; Force importing is possible, ofcourse. networking.hostId = "9c522fc1"; - boot.supportedFilesystems = [ "zfs" ]; - boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; - # Leave ZFS pool alone! - boot.zfs.forceImportRoot = false; - boot.zfs.forceImportAll = false; proesmans.filesystem.simple-disk.enable = true; + proesmans.filesystem.simple-disk.systemd-boot.enable = true; proesmans.nix.linux-64 = true; proesmans.nix.garbage-collect.enable = true; proesmans.internationalisation.be-azerty.enable = true;