ssh update + fstab

This commit is contained in:
2024-04-13 11:10:21 -06:00
parent 5fcacb71b4
commit a69cd04c8a
3 changed files with 10 additions and 8 deletions

View File

@@ -52,8 +52,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";