295 current 2025-10-11 13:20:27 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -73,7 +73,8 @@ in
|
|||||||
host = "0.0.0.0";
|
host = "0.0.0.0";
|
||||||
port = cfg.port;
|
port = cfg.port;
|
||||||
};
|
};
|
||||||
pages = [
|
pages = {
|
||||||
|
[
|
||||||
{
|
{
|
||||||
columns = [
|
columns = [
|
||||||
{
|
{
|
||||||
@@ -208,6 +209,7 @@ in
|
|||||||
]
|
]
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
# override umask to make permissions work out
|
# override umask to make permissions work out
|
||||||
systemd.services.${service}.serviceConfig = {
|
systemd.services.${service}.serviceConfig = {
|
||||||
UMask = lib.mkForce "0007";
|
UMask = lib.mkForce "0007";
|
||||||
|
|||||||
Reference in New Issue
Block a user