From cd15c801a35054026aa79eb63d68c47e22ce1996 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Mon, 15 Apr 2024 21:11:06 -0600 Subject: [PATCH] clear up fstab --- workstation/fstab.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/workstation/fstab.nix b/workstation/fstab.nix index 99cb55b..00b819d 100644 --- a/workstation/fstab.nix +++ b/workstation/fstab.nix @@ -49,7 +49,6 @@ device = "server:/${nfsDisk}"; fsType = "nfs"; options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ]; - # options = [ "x-systemd.automount" "noauto" ]; }; in { # "/mnt/pool" = mount "pool" // { };