mc4 configuration cleanup
This commit is contained in:
parent
76382278d6
commit
fcc0c9f22e
1 changed files with 1 additions and 16 deletions
|
|
@ -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 ];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue