structuring format

This commit is contained in:
2024-01-30 21:02:31 -06:00
parent cfc6cae4a3
commit 22add0a1b5
2 changed files with 12 additions and 13 deletions

View File

@@ -51,8 +51,8 @@
options = [ "x-systemd.automount" "noauto" ];
};
in {
"/mnt/pool" = mount "pool" // { };
"/mnt/jawz" = mount "jawz" // { };
# "/mnt/pool" = mount "pool" // { };
# "/mnt/jawz" = mount "jawz" // { };
"/" = {
device = "/dev/mapper/nvme";
fsType = "btrfs";