disable ceph on vpn and mc5

This commit is contained in:
mc-fucker 2022-02-24 14:15:36 +01:00
parent 974230c3d6
commit 2f436316cd
2 changed files with 6 additions and 6 deletions

View file

@ -4,14 +4,14 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
./modules/generic.nix ./modules/generic.nix
./modules/ceph-common.nix #./modules/ceph-common.nix
./modules/borg.nix ./modules/borg.nix
]; ];
services.ceph = { #services.ceph = {
osd.enable = true; # osd.enable = true;
osd.daemons = [ "0" ]; # osd.daemons = [ "0" ];
}; #};
documentation.enable = false; documentation.enable = false;

View file

@ -5,7 +5,7 @@
./hardware-configuration.nix ./hardware-configuration.nix
./modules/generic.nix ./modules/generic.nix
./modules/headscale.nix ./modules/headscale.nix
./modules/ceph-common.nix #./modules/ceph-common.nix
./modules/borg.nix ./modules/borg.nix
]; ];