diff --git a/systems/vpn/configuration.nix b/systems/vpn/configuration.nix index ef95bf4..04e4912 100644 --- a/systems/vpn/configuration.nix +++ b/systems/vpn/configuration.nix @@ -9,10 +9,10 @@ ./modules/borg.nix ]; - services.ceph = { - osd.enable = true; - osd.daemons = [ "1" ]; - }; + #services.ceph = { + # osd.enable = true; + # osd.daemons = [ "1" ]; + #}; documentation.enable = false;