From ee0f382c0c98cc7b193cf9b37ad3de15c2bf1b47 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 20 Mar 2024 17:43:53 +0100 Subject: [PATCH] No more bcachefs --- nixos/hosts/shodan/auto-mount.nix | 2 +- nixos/hosts/shodan/configuration.nix | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/hosts/shodan/auto-mount.nix b/nixos/hosts/shodan/auto-mount.nix index d9ac4a3..814bf47 100644 --- a/nixos/hosts/shodan/auto-mount.nix +++ b/nixos/hosts/shodan/auto-mount.nix @@ -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 = { diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index f48fe9c..d2e6faa 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -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";