From 528a9735a40eb849533f33b49244b1ce29ccdf64 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 22 Feb 2022 16:33:14 -0500 Subject: [PATCH] fix(Infini-SERVER): revert to previous /persist --- .../Infini-SERVER/hardware-configuration.nix | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/hosts/Infini-SERVER/hardware-configuration.nix b/hosts/Infini-SERVER/hardware-configuration.nix index c838974..73084da 100644 --- a/hosts/Infini-SERVER/hardware-configuration.nix +++ b/hosts/Infini-SERVER/hardware-configuration.nix @@ -47,25 +47,25 @@ in neededForBoot = true; }; - # "/persist" = { - # device = main; - # fsType = "btrfs"; - # options = [ "subvol=root" "ssd" ] ++ btrfsOptions; - # neededForBoot = true; - # }; - "/persist" = { - device = "overlay"; - fsType = "overlay"; - options = [ - "upperdir=/media/main/root" - "lowerdir=/media/data/root" - "workdir=/media/main/work" - "redirect_dir=on" - ]; + device = main; + fsType = "btrfs"; + options = [ "subvol=root" "ssd" ] ++ btrfsOptions; 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";