disable ceph on vpn and mc5
This commit is contained in:
parent
974230c3d6
commit
2f436316cd
2 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue