sakura: formatting

This commit is contained in:
notohh 2023-10-04 23:40:34 -04:00
parent 90bdbc7979
commit 2468dc84f0
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 2 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{lib, ...}: {
_: {
networking.firewall.allowedTCPPorts = [6167 8448];
services.matrix-conduit = {
enable = true;

View file

@ -1,8 +1,4 @@
{
pkgs,
lib,
...
}: {
{lib, ...}: {
services.forgejo = {
enable = true;
stateDir = "/var/lib/forgejo";