fix: NixOS | add bindmount for Obsidian KG

This commit is contained in:
2025-02-08 15:41:59 +05:00
parent ed006f8ede
commit 9106c96a68

View File

@@ -15,7 +15,7 @@ in {
boot = { boot = {
loader = { loader = {
# Set this to true on first install. This must be false for secure boot. # 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; efi.canTouchEfiVariables = true;
}; };
@@ -45,7 +45,7 @@ in {
''; '';
lanzaboote = { lanzaboote = {
enable = false; enable = true;
pkiBundle = "/var/lib/sbctl"; pkiBundle = "/var/lib/sbctl";
}; };
}; };
@@ -217,6 +217,7 @@ in {
users.shahab = { users.shahab = {
directories = [ directories = [
"Downloads" "Downloads"
"Knowledge"
"nix-config" "nix-config"
"nix-secrets" "nix-secrets"
".config" ".config"