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/system.scm | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'tw/system.scm') diff --git a/tw/system.scm b/tw/system.scm index 48ab680a..51146eed 100644 --- a/tw/system.scm +++ b/tw/system.scm @@ -8,14 +8,16 @@ #:use-module (tw channels) #:use-module (tw services wireguard)) -(use-package-modules acl admin avahi backup certs curl disk file-systems linux lsof man - moreutils python rsync search shells version-control vpn) +(use-package-modules acl admin avahi backup certs curl disk file-systems + golang linux lsof man moreutils python rsync search + shells version-control vpn) (use-service-modules mcron monitoring networking ssh vpn) (define-public %base-system-packages - (cons* acl acpi btrfs-progs cpupower curl efibootmgr exfat-utils git glibc-locales - hddtemp htop lshw lsof man-db man-pages man-pages-posix mlocate - moreutils nss-certs nss-mdns python restic rsync strace wireguard-tools + (cons* acl acpi age btrfs-progs cpupower curl efibootmgr exfat-utils git + glibc-locales hddtemp htop lshw lsof man-db man-pages man-pages-posix + mlocate moreutils nss-certs nss-mdns python restic rsync strace + wireguard-tools %base-packages)) (define-public %british-keyboard -- cgit v1.2.3