diff options
| author | Caroline Larimore <caroline@larimo.re> | 2026-01-22 11:28:36 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2026-01-22 11:28:36 -0800 |
| commit | 75ef8ac0234df9af465df556413c557c0544df85 (patch) | |
| tree | d63f606f81a887821b2bc90d41a669c8257eb520 /systems | |
| parent | 9bc8d55bdb68e51a1a9432bd656c191232ee0c7e (diff) | |
flake: update
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/x86_64-linux/copenhagen/default.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/systems/x86_64-linux/copenhagen/default.nix b/systems/x86_64-linux/copenhagen/default.nix index fffc729..f6b4037 100644 --- a/systems/x86_64-linux/copenhagen/default.nix +++ b/systems/x86_64-linux/copenhagen/default.nix @@ -65,12 +65,7 @@ with lib; with lib.${namespace}; { home.config = { cxl = { - impermanence = { - skeleton = false; - location = lib.mkForce "/persist/home/c"; - secure.location = lib.mkForce "/persist/secure/home/c"; - }; - + impermanence.skeleton = false; tools.git.key = "DE64538967CA0C68"; }; }; |