From d813d4cea988b22099a77caa5256b1db7f71ee37 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Mon, 12 Feb 2024 19:12:18 -0600 Subject: [PATCH] fix impermanence settings --- options.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/options.nix b/options.nix index 37874ca..da44d38 100644 --- a/options.nix +++ b/options.nix @@ -8,10 +8,8 @@ let # This is for running NixOS # On a tmpfs or root on RAM # You Most Like Want This -> false - impermanence = true; userHome = "/home/${username}"; - flakeDir = if impermanence == false then "${userHome}/zaneyos" - else "/nix/persist/etc/nixos/zaneyos"; + flakeDir = "${userHome}/zaneyos"; in { # User Variables username = "${username}";