From 113a2433fb659b36e75672b7ad41a7eeac351a41 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 9 Apr 2025 15:31:18 +0200 Subject: [PATCH] hosts: switch from nextcloud to owncloud --- hosts/hermit/configuration.nix | 2 +- hosts/temperance/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index 90db491..a33bdc4 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -30,7 +30,7 @@ boot.systemd-boot.enable = true; impermanence.enable = false; services = { - nextcloud.enable = true; + owncloud.enable = true; }; hardware = { nvidia.enable = true; diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index 71af206..cfc2982 100644 --- a/hosts/temperance/configuration.nix +++ b/hosts/temperance/configuration.nix @@ -48,7 +48,7 @@ in { systemd-boot.enable = true; }; services = { - nextcloud.enable = true; + owncloud.enable = true; }; programs = { editors = {