fix zfs
This commit is contained in:
@@ -23,7 +23,7 @@ in {
|
|||||||
|
|
||||||
# pools to import
|
# pools to import
|
||||||
#boot.zfs.extraPools = [ "holocron" "holocron/archives" "/holocron/media" "/holocron/users" ];
|
#boot.zfs.extraPools = [ "holocron" "holocron/archives" "/holocron/media" "/holocron/users" ];
|
||||||
boot.zfs.extraPools = [ "holocron" ];
|
#boot.zfs.extraPools = [ "holocron" ];
|
||||||
|
|
||||||
# enable smart monitoring
|
# enable smart monitoring
|
||||||
services.smartd = {
|
services.smartd = {
|
||||||
@@ -54,25 +54,25 @@ in {
|
|||||||
# install userspace tools for acl's
|
# install userspace tools for acl's
|
||||||
environment.systemPackages = with pkgs; [smartmontools];
|
environment.systemPackages = with pkgs; [smartmontools];
|
||||||
|
|
||||||
# fileSystems."/holocron" = {
|
fileSystems."/holocron" = {
|
||||||
# device = "holocron";
|
device = "holocron";
|
||||||
# fsType = "zfs";
|
fsType = "zfs";
|
||||||
# options = ["nofail"];
|
options = ["nofail"];
|
||||||
# };
|
};
|
||||||
# fileSystems."/holocron/archives" = {
|
fileSystems."/holocron/archives" = {
|
||||||
# device = "holocron/archives";
|
device = "holocron/archives";
|
||||||
# fsType = "zfs";
|
fsType = "zfs";
|
||||||
# options = ["nofail"];
|
options = ["nofail"];
|
||||||
# };
|
};
|
||||||
# fileSystems."/holocron/users" = {
|
fileSystems."/holocron/users" = {
|
||||||
# device = "holocron/users";
|
device = "holocron/users";
|
||||||
# fsType = "zfs";
|
fsType = "zfs";
|
||||||
# options = ["nofail"];
|
options = ["nofail"];
|
||||||
# };
|
};
|
||||||
# fileSystems."/holocron/media" = {
|
fileSystems."/holocron/media" = {
|
||||||
# device = "holocron/media";
|
device = "holocron/media";
|
||||||
# fsType = "zfs";
|
fsType = "zfs";
|
||||||
# options = ["nofail"];
|
options = ["nofail"];
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user