materusPC & Old-materusPC: set "/materus" as needed for boot to fix sops

This commit is contained in:
2024-04-19 19:54:06 +02:00
parent d90b32d282
commit fd3599f7f3
4 changed files with 13 additions and 6 deletions
@@ -17,6 +17,7 @@
device = "/materus/config/nixos-config";
fsType = "none";
options = [ "bind" ];
depends = [ "/materus" ];
};
@@ -25,6 +26,7 @@
device = "/dev/disk/by-label/NixOS_Root";
fsType = "btrfs";
options = [ "subvol=@materus" "noatime" "compress=zstd" "ssd" "space_cache=v2" ];
neededForBoot = true;
};
fileSystems."/" =