fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{...}: {
|
{lib, ...}: {
|
||||||
networking.firewall.allowedTCPPorts = [80 443];
|
networking.firewall.allowedTCPPorts = [80 443];
|
||||||
|
|
||||||
services.gitea = {
|
services.gitea = {
|
||||||
@@ -47,8 +47,8 @@
|
|||||||
|
|
||||||
systemd.services.litestream = {
|
systemd.services.litestream = {
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = "gitea";
|
User = lib.mkForce "gitea";
|
||||||
Group = "gitea";
|
Group = lib.mkForce "gitea";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user