From 6904607ccb687a1f4e382a2599f144ebd42bc42e Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 1 Jan 2023 01:03:34 +0100 Subject: Install git system-wide Required in order to receive git pushes on the server. --- tw/system/common.scm | 8 ++++---- tw/system/lud.scm | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tw') diff --git a/tw/system/common.scm b/tw/system/common.scm index 89d49281..2266cbb9 100644 --- a/tw/system/common.scm +++ b/tw/system/common.scm @@ -9,12 +9,12 @@ #:use-module (guix gexp)) (use-package-modules admin avahi certs disk file-systems linux lsof man - moreutils search vpn) + moreutils search version-control vpn) (define-public %common-system-packages - (list acpi btrfs-progs cpupower efibootmgr exfat-utils glibc-locales hddtemp - htop lshw lsof man-db man-pages man-pages-posix mlocate moreutils - nss-certs nss-mdns strace wireguard-tools)) + (list acpi btrfs-progs cpupower efibootmgr exfat-utils git glibc-locales + hddtemp htop lshw lsof man-db man-pages man-pages-posix mlocate + moreutils nss-certs nss-mdns strace wireguard-tools)) (define-public %british-keyboard (keyboard-layout diff --git a/tw/system/lud.scm b/tw/system/lud.scm index 10b5fc71..f9c16453 100644 --- a/tw/system/lud.scm +++ b/tw/system/lud.scm @@ -8,7 +8,7 @@ #:use-module (tw system common)) (use-package-modules admin bash certs databases linux man php rsync - shells version-control video) + shells video) (use-service-modules certbot databases file-sharing mcron monitoring networking pm ssh syncthing vpn web) -- cgit v1.2.3