From 054400c4774de904fca13f49d4a6f5f7ca764a35 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sun, 16 Feb 2025 23:32:45 +0100 Subject: [PATCH] Set file permissions using tmpfiles for git on antares --- hosts/antares/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/antares/configuration.nix b/hosts/antares/configuration.nix index 3540a37..e2d9bdc 100644 --- a/hosts/antares/configuration.nix +++ b/hosts/antares/configuration.nix @@ -117,5 +117,9 @@ networking.firewall.allowedTCPPorts = [ 80 443 ]; + systemd.tmpfiles.rules = [ + "d /srv/git 755 git git - -" + ]; + system.stateVersion = "24.05"; } -- 2.47.2