aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/arrakis/default.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-10-14 01:31:23 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-10-14 01:31:23 -0700
commit926df6f44be08773dfc066287e78b4663c1c229e (patch)
tree2cd95ceeab63084860b303b4683dc8dec4baa59b /hosts/arrakis/default.nix
parent703198a82be10544d6e7b81d18a57d933edb2fe0 (diff)
downloadnix-926df6f44be08773dfc066287e78b4663c1c229e.tar
nix-926df6f44be08773dfc066287e78b4663c1c229e.tar.gz
nix-926df6f44be08773dfc066287e78b4663c1c229e.tar.bz2
nix-926df6f44be08773dfc066287e78b4663c1c229e.tar.lz
nix-926df6f44be08773dfc066287e78b4663c1c229e.tar.xz
nix-926df6f44be08773dfc066287e78b4663c1c229e.tar.zst
nix-926df6f44be08773dfc066287e78b4663c1c229e.zip
More nipsy cgit
Diffstat (limited to 'hosts/arrakis/default.nix')
-rw-r--r--hosts/arrakis/default.nix6
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 = {