From: Preston Pan Date: Fri, 19 Sep 2025 06:58:06 +0000 (-0700) Subject: fix typo bug X-Git-Url: https://ret2pop.net/gitweb/%22https:/%22../style.css/static/gitweb.js?a=commitdiff_plain;h=ddd81dd89649150e4b47e850752211f14969766c;p=monorepo.git fix typo bug --- diff --git a/config/nix.org b/config/nix.org index fa4a659..bdcecb5 100644 --- a/config/nix.org +++ b/config/nix.org @@ -1190,7 +1190,7 @@ This is my impermanence profile, which removes all files on reboot except for th umount /btrfs_tmp '' else ""); - filesystems = if (config.monorepo.profiles.impermanence.enable) then { + fileSystems = if (config.monorepo.profiles.impermanence.enable) then { "/persistent" = { neededForBoot = true; };