No more bcachefs

This commit is contained in:
Lillian Violet 2024-03-20 17:43:53 +01:00
parent d887ee5220
commit ee0f382c0c
2 changed files with 1 additions and 3 deletions

View file

@ -15,7 +15,7 @@
KERNEL=="nvme0n1p9|nvme0n1p1[0-9]", ACTION=="remove", RUN+="${pkgs.systemd}/bin/systemctl stop --no-block external-drive-mount@%k.service"
'';
systemd.services."external-drive-mount@" = {
path = with pkgs; [jq coreutils udisks];
path = with pkgs; [jq coreutils udisks bash];
enable = true;
description = "Mount External Drive on %i";
serviceConfig = {

View file

@ -216,8 +216,6 @@
boot.loader.systemd-boot.enable = true;
boot.initrd.systemd.enable = true;
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
# boot.lanzaboote = {
# enable = true;
# pkiBundle = "/etc/secureboot";