diff --git a/hosts/patroclus/configuration.nix b/hosts/patroclus/configuration.nix index c4fe72d..d3994c7 100644 --- a/hosts/patroclus/configuration.nix +++ b/hosts/patroclus/configuration.nix @@ -25,6 +25,20 @@ in firewall.enable = false; }; + users = { + groups.smarthome-editors = { }; + users = { + admin.extraGroups = [ "smarthome-editors" ]; + smarthome-agent = { + isNormalUser = true; + description = "Restricted smart-home configuration agent"; + group = "smarthome-editors"; + createHome = true; + hashedPassword = "!"; + }; + }; + }; + components = { audiobookshelf = { enable = true;