From 3acd802d2f9d2e6c516eff8937c57bb0ec11445d Mon Sep 17 00:00:00 2001 From: zackartz Date: Thu, 4 Apr 2024 16:40:25 -0400 Subject: [PATCH] 318 current 2024-04-04 16:40:18 24.05.20240403.d9b45d7 6.8.2-zen2 * --- hosts/earth/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index a370a84..fa790e7 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -48,6 +48,10 @@ }; }; + users.users.minidlna = { + extraGroups = ["users"]; + }; + # services.openssh = { # enable = true; # PasswordAuthentication = true;