1
0
Fork 0
forked from fi/nix-infra

Add SMTP configuration to nextcloud and use an additional disk for the data

This commit is contained in:
fi 2023-08-04 03:32:06 +02:00
commit c1bd4e3529
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
4 changed files with 62 additions and 22 deletions

View file

@ -2,6 +2,7 @@
{
imports = [
./configuration.nix
./hardware-configuration.nix
./nextcloud.nix
];
}