From 90115d4c0b626d20c27e39c209fd725ae02faea9 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 11 Mar 2021 19:10:47 +0100 Subject: [PATCH] Add transmission group. --- common-headless.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common-headless.nix b/common-headless.nix index 8f681df..c8dd38b 100644 --- a/common-headless.nix +++ b/common-headless.nix @@ -100,6 +100,13 @@ password = if config.virtualisation != null then "" else null; }; + users.groups = { + transmission = { + gid = config.ids.gids.transmission; + }; + }; + + i18n = { defaultLocale = "en_US.UTF-8"; extraLocaleSettings = {