From 83d32c017618549ed94867cac2e1bd99a6a4d923 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sun, 8 Jan 2023 12:29:50 +0100 Subject: [PATCH] hosts: desktop add Mars nfs --- hosts/desktop/hardware-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/desktop/hardware-configuration.nix b/hosts/desktop/hardware-configuration.nix index 2f9f82c..a68e205 100644 --- a/hosts/desktop/hardware-configuration.nix +++ b/hosts/desktop/hardware-configuration.nix @@ -77,6 +77,12 @@ options = [ "noauto,users,x-systemd.automount,x-systemd.device-timeout=10,soft,timeo=14,x-systemd.idle-timeout=1min,sec=sys,exec,nfsvers=4.2" ]; }; + fileSystems."/mnt/Mars" = + { device = "nas:/Mars"; + fsType = "nfs"; + options = [ "noauto,users,x-systemd.automount,x-systemd.device-timeout=10,soft,timeo=14,x-systemd.idle-timeout=1min,sec=sys,exec,nfsvers=4.2" ]; + }; + # fileSystems."/mnt/Pluto" = # { device = "nas:/Pluto/nix"; # fsType = "nfs";