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 ];