temperance/configuration.nix: enable nextcloud

This commit is contained in:
Charlie Root 2025-03-08 14:36:42 +01:00
commit 3158f69ab3
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -41,6 +41,9 @@ in {
modules = { modules = {
system = { system = {
impermanence.enable = true; impermanence.enable = true;
services = {
nextcloud.enable = true;
};
programs = { programs = {
editors = { editors = {
emacs.enable = true; emacs.enable = true;