diff --git a/hosts/Infini-SERVER/hardware-configuration.nix b/hosts/Infini-SERVER/hardware-configuration.nix index 732cd90..c838974 100644 --- a/hosts/Infini-SERVER/hardware-configuration.nix +++ b/hosts/Infini-SERVER/hardware-configuration.nix @@ -47,20 +47,21 @@ in neededForBoot = true; }; - "/persist" = { - device = main; - fsType = "btrfs"; - options = [ "subvol=root" "ssd" ] ++ btrfsOptions; - neededForBoot = true; - }; + # "/persist" = { + # device = main; + # fsType = "btrfs"; + # options = [ "subvol=root" "ssd" ] ++ btrfsOptions; + # neededForBoot = true; + # }; - "/persist-test" = { + "/persist" = { device = "overlay"; fsType = "overlay"; options = [ "upperdir=/media/main/root" "lowerdir=/media/data/root" "workdir=/media/main/work" + "redirect_dir=on" ]; neededForBoot = true; };