diff options
Diffstat (limited to 'hosts/antares/configuration.nix')
| -rw-r--r-- | hosts/antares/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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"; } |
