From 135499148e38169678657c029e87c2dc7db7412f Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 25 Jul 2023 16:55:03 -0400 Subject: [PATCH] Infini-SERVER: remove commented overlayfs experiment --- hosts/Infini-SERVER/hardware-configuration.nix | 12 ------------ 1 file changed, 12 deletions(-) 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";