From 969f73d467c7405dbf618d4853e09606e281b7c9 Mon Sep 17 00:00:00 2001 From: ShatteredMINT Date: Thu, 2 Apr 2026 14:23:37 +0200 Subject: [PATCH] remove old nfs share configuration --- network-shares.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/network-shares.nix b/network-shares.nix index 89706ce..76ae6ed 100644 --- a/network-shares.nix +++ b/network-shares.nix @@ -20,18 +20,4 @@ in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=${toString config.users.users.shatteredmint.uid},gid=${toString config.users.groups.users.gid}"]; }; - - # # mount network shares - # fileSystems."/mnt/nas/private" = { - # device = "dashboard.omv:/ShatteredMINT"; - # fsType = "nfs"; - # options = [ "x-systemd.automount" "noauto" ]; - # - # }; - # fileSystems."/mnt/nas/shared" = { - # device = "dashboard.omv:/default-nas"; - # fsType = "nfs"; - # options = [ "x-systemd.automount" "noauto" ]; - # - # }; }