mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-12-25 06:38:50 +01:00
fix impermanence settings
This commit is contained in:
parent
22734101dc
commit
d813d4cea9
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user