about summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-09 15:04:15 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-09 20:33:35 +0200
commit55c530a0a88720087395f2b4b3bb88404bde08c2 (patch)
treea3e3915a6d153231d2e2f9c03932c1dea641a297 /sys
parentfix(hm/conf/python): Correctly tell python to use a history file (diff)
downloadnixos-config-55c530a0a88720087395f2b4b3bb88404bde08c2.tar.gz
nixos-config-55c530a0a88720087395f2b4b3bb88404bde08c2.zip
fix(hm/conf/lf/keybindings): Use the autogenerate cd mappings
Diffstat (limited to '')
-rw-r--r--sys/secrets/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/secrets/default.nix b/sys/secrets/default.nix
index d69014bf..95bbf248 100644
--- a/sys/secrets/default.nix
+++ b/sys/secrets/default.nix
@@ -25,6 +25,14 @@ in {
             owner = "soispha";
             group = "users";
           };
+          lf = {
+            cd_paths = {
+              file = ./lf/cd_paths;
+              mode = "700";
+              owner = "soispha";
+              group = "users";
+            };
+          };
           serverphoneCa = {
             file = ./serverphone/ca.key;
             mode = "700";