From a509a5e224108d59bb3bd49bc62070beb435885e Mon Sep 17 00:00:00 2001 From: phartman Date: Sat, 1 Mar 2025 04:41:34 -0600 Subject: [PATCH] Adding New NAS --- hosts/latitude/configuration.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/hosts/latitude/configuration.nix b/hosts/latitude/configuration.nix index ce710e4..e0abce2 100644 --- a/hosts/latitude/configuration.nix +++ b/hosts/latitude/configuration.nix @@ -62,6 +62,19 @@ fileSystems."/mnt/nas/tvshows" = { ]; }; +fileSystems."/mnt/nas/media2" = { + device = "//192.168.1.194/media2"; + fsType = "cifs"; + options = [ + "noperm" + "defaults" + "users" + "credentials=/home/paul/.smbcredentials" + "uid=100" + "noauto" + "x-systemd.automount" + ]; +}; # UPDATE YOUR FUCKING ELECTRON APPS GUYS!!! nixpkgs.config.permittedInsecurePackages = [