From 9106c96a68404773eca49c28319776e6ed28249f Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sat, 8 Feb 2025 15:41:59 +0500 Subject: [PATCH] fix: NixOS | add bindmount for Obsidian KG --- nixos/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 4fe05ec..e60c578 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -15,7 +15,7 @@ in { boot = { loader = { # Set this to true on first install. This must be false for secure boot. - systemd-boot.enable = true; + systemd-boot.enable = lib.mkForce false; efi.canTouchEfiVariables = true; }; @@ -45,7 +45,7 @@ in { ''; lanzaboote = { - enable = false; + enable = true; pkiBundle = "/var/lib/sbctl"; }; }; @@ -217,6 +217,7 @@ in { users.shahab = { directories = [ "Downloads" + "Knowledge" "nix-config" "nix-secrets" ".config"