diff --git a/dotfiles/modules/smb.nix b/dotfiles/modules/smb.nix index 8b1e3cf7..5ad15d60 100644 --- a/dotfiles/modules/smb.nix +++ b/dotfiles/modules/smb.nix @@ -57,4 +57,10 @@ fsType = "cifs"; options = [ smb.permissions_opts smb.automount_opts ]; }; + fileSystems."recordings" = { + mountPoint = "/mnt/recordings"; + device = "//192.168.1.12/Recordings"; + fsType = "cifs"; + options = [ smb.permissions_opts smb.automount_opts ]; + }; }