No more bcachefs
This commit is contained in:
parent
d887ee5220
commit
ee0f382c0c
|
@ -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 = {
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue