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 = {
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"