From 7b0f65645d2fe49e8a6e0f98e744863df01e0851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 9 Jan 2024 12:47:32 +0100 Subject: [PATCH] feat(makanek): do not need onlyoffice --- systems/makanek/configuration.nix | 2 +- systems/makanek/onlyoffice.nix | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/systems/makanek/configuration.nix b/systems/makanek/configuration.nix index ac0179b..c2e900a 100644 --- a/systems/makanek/configuration.nix +++ b/systems/makanek/configuration.nix @@ -16,7 +16,7 @@ in { ./names.nix ./nextcloud.nix ./radio-news.nix - ./onlyoffice.nix + # ./onlyoffice.nix ./retiolum-map.nix ./tarot.nix ./tt-rss.nix diff --git a/systems/makanek/onlyoffice.nix b/systems/makanek/onlyoffice.nix index c74d24a..feb6432 100644 --- a/systems/makanek/onlyoffice.nix +++ b/systems/makanek/onlyoffice.nix @@ -1,8 +1,4 @@ -{ - pkgs, - config, - ... -}: { +{config, ...}: { services.onlyoffice = { enable = true; port = 8111;