From af3af7b2ae2caec481f1af4672a21f1a1fb6aae2 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Mon, 25 Apr 2022 00:30:57 -0400 Subject: [PATCH] Add samba share user --- common/server/samba.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/server/samba.nix b/common/server/samba.nix index 3a66a7e..2e39439 100644 --- a/common/server/samba.nix +++ b/common/server/samba.nix @@ -102,5 +102,10 @@ uid = 994; }; users.users.googlebot.extraGroups = [ "public_data" ]; + + # samba user for share + users.users.cris.isSystemUser = true; + users.users.cris.group = "cris"; + users.groups.cris = {}; }; } \ No newline at end of file