From 3aad285fc3c8a83a868da10f7d46a84ae45d2413 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 8 Nov 2023 19:23:27 +0100 Subject: Use age for secrets encryption --- tw/home.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'tw/home.scm') 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 -- cgit v1.2.3