Update hosts/server/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 2s
Check NixOS configurations / eval-hosts (push) Failing after 2s
This commit is contained in:
@@ -53,7 +53,6 @@
|
|||||||
systemd.services.zfs-import-cache.enable = true;
|
systemd.services.zfs-import-cache.enable = true;
|
||||||
systemd.services.zfs-mount.enable = true;
|
systemd.services.zfs-mount.enable = true;
|
||||||
boot.zfs.devNodes = "/dev/disk/by-id";
|
boot.zfs.devNodes = "/dev/disk/by-id";
|
||||||
services.zfs.autoImportPools = true;
|
|
||||||
|
|
||||||
systemd.services.nfs-server = {
|
systemd.services.nfs-server = {
|
||||||
after = [ "zfs-mount.service" ];
|
after = [ "zfs-mount.service" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user