From 926df6f44be08773dfc066287e78b4663c1c229e Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 14 Oct 2024 01:31:23 -0700 Subject: More nipsy cgit --- hosts/arrakis/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts/arrakis/default.nix') diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index e2f3a38..a8d1cdd 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -230,6 +230,12 @@ }; }; + system.activationScripts = { + fix-acl-cgit-home-nipsy = '' + ${pkgs.acl}/bin/setfacl -m u:cgit:--x /home/nipsy + ''; + }; + system.stateVersion = "23.11"; systemd.services = { -- cgit v1.2.3