From 57f13ab4244ee816637eb807cf1b7a873254589f Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 6 Sep 2023 22:12:41 +0200 Subject: [PATCH] feat: more smb conf --- users/common/graphical/default.nix | 2 +- users/patrick/smb.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/users/common/graphical/default.nix b/users/common/graphical/default.nix index 7e5082e..5c0f93f 100644 --- a/users/common/graphical/default.nix +++ b/users/common/graphical/default.nix @@ -16,7 +16,7 @@ pinentry feh galaxy-buds-client - netflix + mpv ]; }; diff --git a/users/patrick/smb.nix b/users/patrick/smb.nix index 80b8418..03c2492 100644 --- a/users/patrick/smb.nix +++ b/users/patrick/smb.nix @@ -15,10 +15,12 @@ { inherit address credentials; remotePath = "patri-paperless"; + automatic = true; } { inherit address credentials; remotePath = "media"; + automatic = true; } ]; }