diff options
Diffstat (limited to 'hosts/arrakis/default.nix')
-rw-r--r-- | hosts/arrakis/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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 = { |