alyssum/filesystem: add myosotis

This commit is contained in:
Cilly Leang 2026-05-29 00:43:32 +10:00
parent f622d5f577
commit 34e649e621
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -26,6 +26,7 @@ in {
};
"/boot" = mkLabelMount "stem" "vfat";
"/flower" = mkBtrfsMount "myosotis" "/@" true;
"/nix" = submount "/@/nix" false;
"/persist" = (submount "/@/persist" true) // { neededForBoot = true; };
"/persist/.snapshots" = submount "/snap/persist" false;