From 71eb19b82b309c7ea99e5db41769f38ae4449d40 Mon Sep 17 00:00:00 2001 From: Sebastian Heiden Date: Sun, 23 Apr 2023 18:16:38 +0200 Subject: [PATCH] Update configuration.nix - Disable ZFS specific tweaks --- hosts/quitte/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/quitte/configuration.nix b/hosts/quitte/configuration.nix index c2f9cee..448916d 100644 --- a/hosts/quitte/configuration.nix +++ b/hosts/quitte/configuration.nix @@ -9,11 +9,11 @@ # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; - boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; - boot.kernelParams = [ "video=VGA-1:1024x768@30" ]; + #boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; + #boot.kernelParams = [ "video=VGA-1:1024x768@30" ]; boot.loader.efi.canTouchEfiVariables = true; - boot.supportedFilesystems = [ "zfs" ]; - boot.zfs.devNodes = "/dev/"; + #boot.supportedFilesystems = [ "zfs" ]; + #boot.zfs.devNodes = "/dev/"; networking.hostName = "quitte"; # Define your hostname.