fix(desktop): issues

This commit is contained in:
Moritz Böhme 2023-12-10 17:08:27 +01:00
parent 1b22c1345f
commit 072d016f46
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
5 changed files with 10 additions and 26 deletions

View file

@ -53,9 +53,11 @@
kernelPackages = pkgs.linuxPackages_latest;
# BOOT
supportedFilesystems = [ "zfs" "btrfs" "ntfs" ];
loader.systemd-boot.enable = true;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
kernelModules = [ "lm92" "drivetemp" ];
};