aboutsummaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
authorTimo Wilken2023-01-01 01:03:34 +0100
committerTimo Wilken2023-01-01 01:07:17 +0100
commit6904607ccb687a1f4e382a2599f144ebd42bc42e (patch)
tree47c2b4def867c2833ecaf42ef9e799cb3b42a8e1 /tw
parent8dd6bc0d9312add427067f79ab4da62953212892 (diff)
Install git system-wide
Required in order to receive git pushes on the server.
Diffstat (limited to 'tw')
-rw-r--r--tw/system/common.scm8
-rw-r--r--tw/system/lud.scm2
2 files changed, 5 insertions, 5 deletions
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)