From 8c9c18b7ab21df2373a90ea9f15c5144f87fb85b Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Tue, 11 Jun 2024 09:33:36 +0200 Subject: [PATCH] added = sign --- workstation/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workstation/hardware-configuration.nix b/workstation/hardware-configuration.nix index 282c12c..58627e3 100644 --- a/workstation/hardware-configuration.nix +++ b/workstation/hardware-configuration.nix @@ -46,7 +46,7 @@ { device = "stuffpool/virtual"; fsType = "zfs"; }; - fileSystems."/mnt/storage/media" + fileSystems."/mnt/storage/media" = { device = "files:/mnt/storage"; fsType = "nfs"; options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ];