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