disable fbcon
This commit is contained in:
parent
4a63af68cf
commit
0482486ce6
@ -12,7 +12,7 @@
|
|||||||
./atmega.nix
|
./atmega.nix
|
||||||
./v4l2loopback.nix
|
./v4l2loopback.nix
|
||||||
./huion.nix
|
./huion.nix
|
||||||
./unstable-nix.nix
|
# ./unstable-nix.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.etc."lvm/lvm.conf".text = ''
|
environment.etc."lvm/lvm.conf".text = ''
|
||||||
@ -70,7 +70,7 @@
|
|||||||
users.extraUsers.gebner.extraGroups = [ "libvirtd" ];
|
users.extraUsers.gebner.extraGroups = [ "libvirtd" ];
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
||||||
virtualisation.virtualbox.host.enable = true;
|
# virtualisation.virtualbox.host.enable = true;
|
||||||
|
|
||||||
# boot.kernelPackages = pkgs.lib.mkOverride 10 pkgs.linuxPackages_5_4;
|
# boot.kernelPackages = pkgs.lib.mkOverride 10 pkgs.linuxPackages_5_4;
|
||||||
|
|
||||||
|
2
uefi.nix
2
uefi.nix
@ -4,6 +4,4 @@
|
|||||||
# Use the gummiboot efi boot loader.
|
# Use the gummiboot efi boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
boot.initrd.kernelModules = [ "fbcon" ];
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user