From dbb54f1aafec35f752450244b566df58af289426 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sat, 6 Oct 2018 01:13:22 +0200 Subject: [PATCH] =?UTF-8?q?[ASUS]=20d=C3=A9sactivation=20montage=20NFS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systems/ASUS-G46VW/hardware-configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/systems/ASUS-G46VW/hardware-configuration.nix b/systems/ASUS-G46VW/hardware-configuration.nix index 2847d6a..dd58e6a 100644 --- a/systems/ASUS-G46VW/hardware-configuration.nix +++ b/systems/ASUS-G46VW/hardware-configuration.nix @@ -22,12 +22,6 @@ fsType = "vfat"; }; - fileSystems."/mnt/medias_loutreos" = { - device = "192.168.20.1:/mnt/medias"; - fsType = "nfs"; - options = ["x-systemd.automount" "noauto"]; - }; - swapDevices = [ { device = "/dev/disk/by-uuid/156cd5e8-715c-48a5-9df4-14565227a6c9"; } ];