diff --git a/hosts/Infini-SERVER/hardware-configuration.nix b/hosts/Infini-SERVER/hardware-configuration.nix index 748c44c..3061dc5 100644 --- a/hosts/Infini-SERVER/hardware-configuration.nix +++ b/hosts/Infini-SERVER/hardware-configuration.nix @@ -65,18 +65,6 @@ in neededForBoot = true; }; - # "/persist" = { - # device = "overlay"; - # fsType = "overlay"; - # options = [ - # "upperdir=/media/main/root" - # "lowerdir=/media/data/root" - # "workdir=/media/main/work" - # "redirect_dir=on" - # ]; - # neededForBoot = true; - # }; - "/nix" = { device = main; fsType = "btrfs";