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 = [