Compare commits
3 commits
12ae5d7efd
...
53bfa5a456
Author | SHA1 | Date | |
---|---|---|---|
|
53bfa5a456 | ||
|
c5e1ecf0f7 | ||
|
2ffae107e6 |
3 changed files with 15 additions and 0 deletions
|
@ -66,6 +66,7 @@ in {
|
||||||
jpegoptim
|
jpegoptim
|
||||||
exiftool
|
exiftool
|
||||||
exif
|
exif
|
||||||
|
perl
|
||||||
];
|
];
|
||||||
|
|
||||||
dgn-secrets.matches."^nextcloud-.*$" = { owner = "nextcloud"; };
|
dgn-secrets.matches."^nextcloud-.*$" = { owner = "nextcloud"; };
|
||||||
|
|
|
@ -36,6 +36,8 @@ in
|
||||||
hostName = name;
|
hostName = name;
|
||||||
domain = "${meta.nodes.${name}.zone}.infra.dgnum.eu";
|
domain = "${meta.nodes.${name}.zone}.infra.dgnum.eu";
|
||||||
useNetworkd = true;
|
useNetworkd = true;
|
||||||
|
|
||||||
|
firewall.logRefusedConnections = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.network.networks = mapAttrs' mkInterface net.interfaces;
|
systemd.network.networks = mapAttrs' mkInterface net.interfaces;
|
||||||
|
|
|
@ -116,5 +116,17 @@
|
||||||
_type = "static";
|
_type = "static";
|
||||||
path = ./castopod.patch;
|
path = ./castopod.patch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# onlyoffice-documentserver: 7.3.3 -> 7.4.0
|
||||||
|
{
|
||||||
|
id = 238182;
|
||||||
|
hash = "sha256-HhdNPOOmQ62IYoG50ZGc0U/dUub2vIQ4fJR/gudoV2Y=";
|
||||||
|
}
|
||||||
|
|
||||||
|
# onlyoffice-documentserver: 7.4.0 -> 7.4.1
|
||||||
|
{
|
||||||
|
id = 252318;
|
||||||
|
hash = "sha256-lI5WYFlxKvava9e+eTI8ZGogIb3uPOLAWFrkxbSlCXI=";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue