Adding vicinae and various refactors

This commit is contained in:
Lyes Saadi 2026-02-26 12:13:24 +01:00
parent e2946c9fb7
commit 32720ae712
Signed by: lyes
GPG key ID: 55A1D803917CF39A
10 changed files with 225 additions and 91 deletions

View file

@ -1,6 +1,10 @@
{ config, copyparty, ... }:
{
imports = [
copyparty.nixosModules.default
];
services.copyparty = {
enable = true;

View file

@ -1,6 +1,10 @@
{ config, ... }:
{ config, mailserver, ... }:
{
imports = [
mailserver.nixosModules.default
];
mailserver = {
enable = true;
stateVersion = 3;