diff --git a/systems/mc5/configuration.nix b/systems/mc5/configuration.nix index 267300a..056db7e 100644 --- a/systems/mc5/configuration.nix +++ b/systems/mc5/configuration.nix @@ -6,6 +6,21 @@ ./modules/generic.nix ]; system.stateVersion = "21.11"; + services.ceph = { + enable = true; + global.fsid = "be1051e6-ee13-44d6-a9a1-96cc36300e13"; + global.monHost = "10.0.69.234"; + global.monInitialMembers = "vpn"; + #mds.enable = true; + #mds.daemons = [ "vpn"]; + #mon.enable = true; + #mon.daemons = [ "vpn" ]; + #osd.enable = true; + #osd.daemons = [ "0" ]; + }; + + services.ceph.client.enable = true; + environment.systemPackages = [ pkgs.ceph ]; } # vim: set et ts=2 sw=2 ai: