fix impermanence settings

This commit is contained in:
Tyler Kelley 2024-02-12 19:12:18 -06:00
parent 22734101dc
commit d813d4cea9

View File

@ -8,10 +8,8 @@ let
# This is for running NixOS # This is for running NixOS
# On a tmpfs or root on RAM # On a tmpfs or root on RAM
# You Most Like Want This -> false # You Most Like Want This -> false
impermanence = true;
userHome = "/home/${username}"; userHome = "/home/${username}";
flakeDir = if impermanence == false then "${userHome}/zaneyos" flakeDir = "${userHome}/zaneyos";
else "/nix/persist/etc/nixos/zaneyos";
in { in {
# User Variables # User Variables
username = "${username}"; username = "${username}";