diff options
Diffstat (limited to 'systems/x86_64-linux/copenhagen')
| -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"; }; }; |