From 0482486ce6d19e7f3dffecee3e392585598eb657 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sat, 6 Feb 2021 10:46:16 +0100 Subject: [PATCH] disable fbcon --- petalius.nix | 4 ++-- uefi.nix | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/petalius.nix b/petalius.nix index e1a18e0..d7da906 100644 --- a/petalius.nix +++ b/petalius.nix @@ -12,7 +12,7 @@ ./atmega.nix ./v4l2loopback.nix ./huion.nix - ./unstable-nix.nix + # ./unstable-nix.nix ]; environment.etc."lvm/lvm.conf".text = '' @@ -70,7 +70,7 @@ users.extraUsers.gebner.extraGroups = [ "libvirtd" ]; virtualisation.libvirtd.enable = true; - virtualisation.virtualbox.host.enable = true; + # virtualisation.virtualbox.host.enable = true; # boot.kernelPackages = pkgs.lib.mkOverride 10 pkgs.linuxPackages_5_4; diff --git a/uefi.nix b/uefi.nix index cdfd7c9..0ada29f 100644 --- a/uefi.nix +++ b/uefi.nix @@ -4,6 +4,4 @@ # Use the gummiboot efi boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - - boot.initrd.kernelModules = [ "fbcon" ]; }