aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-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";
+ };
};
};