Joachim Schiele
Joachim Schiele
`nixos-version` says?
can you do a: `rm -Rf /var/lib/nixcloud/TLS`
can you list the service files, mine look like this (my nixcloud-webservices is on 975d7ff) ``` root@status ~# systemctl cat nixcloud.TLS-acmeSupplied-status.nixcloud.io.timer # /nix/store/rjwk2qf2mw10x2q8pd8iqqckyqy7zwh0-unit-nixcloud.TLS-acmeSupplied-status.nixcloud.io.timer/nixcloud.TLS-acmeSupplied-status.nixcloud.io.timer [Unit] Description=Renew ACME Certificate for status.nixcloud.io [Timer]...
sounds great. where to start?
so a few things we are working on would be those # future * spamassassin should call `sa-learn` per virtualMail account * automate DNS deployment with `nixcloud.dns` * webmail support...
@r-raymond @eqyiel i think we should try to get it into nixpkgs but if that fails we should put it into an organization!
this is the issue i'll be solving next: https://github.com/NixOS/nixpkgs/issues/29414
@eqyiel we released https://github.com/nixcloud/nixcloud-webservices a few days ago, have a look at the nixcloud.email documentation.
i've hacked together this script and it is a helper in getting the deps together. using https://github.com/nixcloud/nix-beautify we can now generate nice and unique deps.nix files: # uniqueDeps.sh ``` #!/usr/bin/env...
@kamilchm might interest you, i've hacked https://github.com/nixcloud/dep2nix together