diff options
Diffstat (limited to 'modules/by-name')
-rw-r--r-- | modules/by-name/bo/boot/module.nix | 4 | ||||
-rw-r--r-- | modules/by-name/qu/qutebrowser/module.nix | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/by-name/bo/boot/module.nix b/modules/by-name/bo/boot/module.nix index 404352ac..dfcd14b7 100644 --- a/modules/by-name/bo/boot/module.nix +++ b/modules/by-name/bo/boot/module.nix @@ -84,7 +84,7 @@ in { # This should only be necessary for `lanzaboote`, but that is the current default in # this module. soispha.impermanence.directories = [ - "/etc/secureboot" + "/var/lib/sbctl" ]; boot = { @@ -96,7 +96,7 @@ in { lanzaboote = { enable = true; - pkiBundle = "/etc/secureboot"; + pkiBundle = "/var/lib/sbctl"; settings = { # Disable editing the kernel command line (which could allow someone to become root) diff --git a/modules/by-name/qu/qutebrowser/module.nix b/modules/by-name/qu/qutebrowser/module.nix index 20ab8e4b..4e0695f0 100644 --- a/modules/by-name/qu/qutebrowser/module.nix +++ b/modules/by-name/qu/qutebrowser/module.nix @@ -18,7 +18,7 @@ ]; } '' - makeWrapper ${pkgs.qutebrowser-patched} "$out/bin/qutebrowser-${name}" \ + makeWrapper ${lib.getExe pkgs.qutebrowser-patched} "$out/bin/qutebrowser-${name}" \ --add-flags --no-err-windows \ --add-flags --basedir \ --add-flags "${xdg_data_home}/qutebrowser/${name}" \ |