From a0bc8023a62aa84c966e57bc66039137cc9c8408 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sat, 8 Mar 2025 14:37:05 +0100 Subject: [PATCH] hermit/configuration.nix: enable nextcloud --- hosts/hermit/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index a56022f..059bcd6 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -27,6 +27,9 @@ modules = { system = { impermanence.enable = false; + services = { + nextcloud.enable = true; + }; hardware = { nvidia.enable = true; bluetooth = {