aboutsummaryrefslogtreecommitdiff
path: root/hosts/copenhagen/home/c.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/copenhagen/home/c.nix')
-rw-r--r--hosts/copenhagen/home/c.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/copenhagen/home/c.nix b/hosts/copenhagen/home/c.nix
index 9d8bbe6..718b382 100644
--- a/hosts/copenhagen/home/c.nix
+++ b/hosts/copenhagen/home/c.nix
@@ -8,13 +8,14 @@
home.stateVersion = "23.11";
home.persistence."/persist/home/c" = {
+ allowOther = true;
+
directories = [
".gnupg"
".ssh"
".local/bin"
];
- allowOther = true;
};