diff --git a/systems/x86_64-linux/LoyAdjo/hardware.nix b/systems/x86_64-linux/LoyAdjo/hardware.nix index 5b15984..8b21b67 100644 --- a/systems/x86_64-linux/LoyAdjo/hardware.nix +++ b/systems/x86_64-linux/LoyAdjo/hardware.nix @@ -14,6 +14,9 @@ "kvm-amd" ]; boot.extraModulePackages = [ ]; + boot.supportedFilesystems = [ "zfs" ]; + boot.zfs.forceImportRoot = false; + networking.hostId = "22d12b46"; # Setup Nvidia Driver hardware.graphics.enable = true;