mc4 configuration cleanup

This commit is contained in:
mc-fucker 2022-07-19 13:32:20 +02:00
parent 76382278d6
commit fcc0c9f22e

View file

@ -8,28 +8,13 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
./modules/generic.nix ./modules/generic.nix
./modules/nextcloud.nix
./modules/postgresql.nix ./modules/postgresql.nix
./modules/rclone.nix ./modules/rclone.nix
./modules/ceph-common.nix
./modules/borg.nix ./modules/borg.nix
./modules/ihatemoney.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; programs.atop.atopacctService.enable = false;
networking.firewall.allowedTCPPorts = [ 3300 ]; networking.firewall.allowedTCPPorts = [ 3300 ];