hermit/configuration.nix: enable nextcloud

This commit is contained in:
Charlie Root 2025-03-08 14:37:05 +01:00
commit a0bc8023a6
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -27,6 +27,9 @@
modules = { modules = {
system = { system = {
impermanence.enable = false; impermanence.enable = false;
services = {
nextcloud.enable = true;
};
hardware = { hardware = {
nvidia.enable = true; nvidia.enable = true;
bluetooth = { bluetooth = {