b
This commit is contained in:
parent
7d921f79a3
commit
a84f2f8e37
1 changed files with 4 additions and 4 deletions
|
|
@ -9,10 +9,10 @@
|
||||||
./modules/borg.nix
|
./modules/borg.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services.ceph = {
|
#services.ceph = {
|
||||||
osd.enable = true;
|
# osd.enable = true;
|
||||||
osd.daemons = [ "1" ];
|
# osd.daemons = [ "1" ];
|
||||||
};
|
#};
|
||||||
|
|
||||||
documentation.enable = false;
|
documentation.enable = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue