disable hdd array (broken)
This commit is contained in:
parent
255a9e3781
commit
265d5ff5fb
@ -22,7 +22,7 @@
|
|||||||
./services/minecraft.nix
|
./services/minecraft.nix
|
||||||
|
|
||||||
./services/wg.nix
|
./services/wg.nix
|
||||||
./services/qbittorrent.nix
|
# ./services/qbittorrent.nix
|
||||||
./services/bitmagnet.nix
|
./services/bitmagnet.nix
|
||||||
|
|
||||||
# ./services/matrix.nix
|
# ./services/matrix.nix
|
||||||
|
|||||||
@ -14,8 +14,8 @@ in
|
|||||||
imports = [
|
imports = [
|
||||||
(serviceMountDeps "slskd" [
|
(serviceMountDeps "slskd" [
|
||||||
service_configs.slskd.base
|
service_configs.slskd.base
|
||||||
service_configs.slskd.downloads
|
# service_configs.slskd.downloads
|
||||||
service_configs.slskd.incomplete
|
# service_configs.slskd.incomplete
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
20
zfs.nix
20
zfs.nix
@ -31,7 +31,7 @@ in
|
|||||||
boot.supportedFilesystems = [ "zfs" ];
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
boot.zfs.extraPools = [
|
boot.zfs.extraPools = [
|
||||||
service_configs.zpool_ssds
|
service_configs.zpool_ssds
|
||||||
service_configs.zpool_hdds
|
# service_configs.zpool_hdds
|
||||||
];
|
];
|
||||||
|
|
||||||
services.sanoid = {
|
services.sanoid = {
|
||||||
@ -66,15 +66,15 @@ in
|
|||||||
yearly = 0;
|
yearly = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
datasets."${service_configs.zpool_hdds}" = {
|
# datasets."${service_configs.zpool_hdds}" = {
|
||||||
recursive = true;
|
# recursive = true;
|
||||||
autoprune = true;
|
# autoprune = true;
|
||||||
autosnap = true;
|
# autosnap = true;
|
||||||
hourly = 0;
|
# hourly = 0;
|
||||||
daily = 0;
|
# daily = 0;
|
||||||
monthly = 0;
|
# monthly = 0;
|
||||||
yearly = 0;
|
# yearly = 0;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
services.zfs = {
|
services.zfs = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user