mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
thinkpad: revert to btrfs
zfs just randomly decided to fail
This commit is contained in:
parent
1c2f5c95e6
commit
a16bc598a4
3 changed files with 40 additions and 32 deletions
|
@ -24,7 +24,7 @@
|
|||
# Use the systemd-boot EFI boot loader.
|
||||
boot = {
|
||||
kernelModules = [ "v4l2loopback" ];
|
||||
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
extraModulePackages = [
|
||||
config.boot.kernelPackages.v4l2loopback
|
||||
];
|
||||
|
@ -59,7 +59,7 @@
|
|||
devmon.enable = true; # automount stuff
|
||||
upower.enable = true;
|
||||
fwupd.enable = true; # firmware updates
|
||||
zfs.autoScrub.enable = true;
|
||||
btrfs.autoScrub.enable = true;
|
||||
};
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue