nixos/gitea: use systemd service type `notify`
h7x4 3 months ago 33221999 993a4bbf
··· 890 890 ''; 891 891 892 892 serviceConfig = { 893 893 - Type = "simple"; 893 893 + Type = "notify"; 894 894 User = cfg.user; 895 895 Group = cfg.group; 896 896 WorkingDirectory = cfg.stateDir;