diff --git a/packages/bookwyrm/nixos-module.nix b/packages/bookwyrm/nixos-module.nix index 3c7b364..42049e5 100644 --- a/packages/bookwyrm/nixos-module.nix +++ b/packages/bookwyrm/nixos-module.nix @@ -28,4 +28,17 @@ with pkgs . kernelmaft ; } ; } ; } ; + + users = { + groups = { + bookwyrm = {} ; + } ; + users = { + bookwyrm = { + group = "bookwyrm" ; + home = "/var/lib/bookwyrm" ; + isSystemUser = true ; + } ; + } ; + } ; }