aboutsummaryrefslogtreecommitdiff
path: root/systems/x86_64-linux/copenhagen/default.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-04-14 19:41:32 -0700
committerCaroline Larimore <caroline@larimo.re>2025-04-14 20:51:02 -0700
commitf02af8347fefdf4df4812fc33825bf707962fcd9 (patch)
treea885818d6222f2103a770cfc142f92bc4a0fd540 /systems/x86_64-linux/copenhagen/default.nix
parentb30418be64d1b5133ff7bc802a349e9fa09c9009 (diff)
migration: fixes
Diffstat (limited to 'systems/x86_64-linux/copenhagen/default.nix')
-rw-r--r--systems/x86_64-linux/copenhagen/default.nix10
1 files changed, 9 insertions, 1 deletions
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";
+ };
};
};