mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-24 14:02:07 +02:00
fix impermanence settings
This commit is contained in:
parent
22734101dc
commit
d813d4cea9
@ -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}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user