From 665740d64492ec77927c875d054ea3d36b4775d9 Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 11 May 2025 22:38:37 +0300 Subject: [PATCH] add nextcloud to wallfacer --- hosts/wallfacer/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/wallfacer/configuration.nix b/hosts/wallfacer/configuration.nix index 08b55b5..bffe71f 100644 --- a/hosts/wallfacer/configuration.nix +++ b/hosts/wallfacer/configuration.nix @@ -6,6 +6,7 @@ myModules = { enableKDE = false; enableFonts = false; + enableNextcloud = true; }; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;