From f02af8347fefdf4df4812fc33825bf707962fcd9 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 14 Apr 2025 19:41:32 -0700 Subject: migration: fixes --- systems/x86_64-linux/copenhagen/default.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'systems') diff --git a/systems/x86_64-linux/copenhagen/default.nix b/systems/x86_64-linux/copenhagen/default.nix index ceca7d1..769af44 100644 --- a/systems/x86_64-linux/copenhagen/default.nix +++ b/systems/x86_64-linux/copenhagen/default.nix @@ -53,7 +53,15 @@ with lib; with lib.${namespace}; { admin = true; home.config = { - cxl.tools.git.key = "DE64538967CA0C68"; + cxl = { + impermanence = { + skeleton = false; + location = lib.mkForce "/persist/home/c"; + secure.location = lib.mkForce "/persist/secure/home/c"; + }; + + tools.git.key = "DE64538967CA0C68"; + }; }; }; -- cgit v1.2.3