From fcc0c9f22edffef4ff3ae90cc0e7ea9dac005a7f Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Tue, 19 Jul 2022 13:32:20 +0200 Subject: [PATCH] mc4 configuration cleanup --- systems/mc4/configuration.nix | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/systems/mc4/configuration.nix b/systems/mc4/configuration.nix index 164b246..8ab95b6 100644 --- a/systems/mc4/configuration.nix +++ b/systems/mc4/configuration.nix @@ -8,28 +8,13 @@ [ ./hardware-configuration.nix ./modules/generic.nix - ./modules/nextcloud.nix ./modules/postgresql.nix ./modules/rclone.nix - ./modules/ceph-common.nix ./modules/borg.nix ./modules/ihatemoney.nix + ./modules/tandoor.nix ]; - #services.ceph = { - # mds.enable = true; - # mds.daemons = [ "mc4" ]; - # mgr.enable = true; - # mgr.daemons = [ "mc4" ]; - # mon.enable = true; - # mon.daemons = [ "mc4" ]; - # mon.extraConfig = { - # "auth_allow_insecure_global_id_reclaim" = "false"; - # }; - # #osd.enable = true; - # #osd.daemons = [ "2" ]; - #}; - programs.atop.atopacctService.enable = false; networking.firewall.allowedTCPPorts = [ 3300 ];