1
Fork 0

Remove saving stuff from pounce

This commit is contained in:
Matei Adriel 2024-01-31 23:31:58 +01:00
parent f11ce234e2
commit 2c012e36c9
No known key found for this signature in database

View file

@ -7,7 +7,6 @@ let
content = ''
sasl-plain = prescientmoon:${config.sops.placeholder.${secret}}
nick = prescientmoon
save = /persist/state/var/lib/pounce/${host}
host = ${host}
port = ${toString port}
join = ${join}
@ -16,9 +15,6 @@ let
};
in
{
# Create save directory for messages
systemd.tmpfiles.rules = [ "d /persist/state/var/lib/pounce 0755 ${user} ${user} -" ];
# Generate cert
security.acme.certs."wildcard-irc.moonythm.dev" = {
group = user;