diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-14 09:51:16 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-14 09:51:16 +0100 |
commit | 2f2fc8c847a2ae24248bd874b5d1c75610c851cf (patch) | |
tree | 019d6479057b642b34768e3e9987a9f8c5496e11 /system-configuration.scm | |
parent | 7f583e3fcad6b095c7f347b0aa52af21c2cc1d43 (diff) |
Fix load path to the secrets
Diffstat (limited to 'system-configuration.scm')
-rw-r--r-- | system-configuration.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system-configuration.scm b/system-configuration.scm index 19b35ff..dd24d9e 100644 --- a/system-configuration.scm +++ b/system-configuration.scm @@ -1,4 +1,4 @@ -( add-to-load-path "/home/marek/Dokumenty/secrets" ) +( add-to-load-path "/home/marek/Dokumenty/secrets/" ) ( use-modules ( marek ) |