summaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-11-08 19:23:27 +0100
committerTimo Wilken2023-11-08 19:29:17 +0100
commit3aad285fc3c8a83a868da10f7d46a84ae45d2413 (patch)
tree5729d1047b0955bef11dbee5995a93f2d0b6e8ec /tw/home.scm
parent053e0a34114e6cf633cfd2ab15f4a0c05c6551d3 (diff)
Use age for secrets encryption
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 39d903df..12661015 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -18,8 +18,6 @@
#:use-module (tw packages ci)
#:use-module (tw packages games)
#:use-module (tw packages xorg)
- #:use-module ((tw services secrets)
- #:select (encsecret-program))
#:use-module (tw system)
#:use-module (tw theme))
@@ -172,7 +170,6 @@
(simple-service 'common-files home-files-service-type
`((".infokey" ,(local-file "home/files/infokey"))
- (".local/bin/encsecret" ,encsecret-program)
;; With #:recursive? #t, Guix keeps the files' permission bits, i.e. makes them executable.
(".local/bin/ppscm" ,(local-file "home/files/ppscm" #:recursive? #t)))) ; pretty-print scheme files