{ ... }: # The panel itself lives in its own repository (reudy-net/panel) and is pulled # in as the `panel` flake input. To deploy a new panel version: # nix flake update panel && sudo nixos-rebuild switch --flake .#vps { services.reudy-panel = { enable = true; domain = "panel.reudy.net"; autheliaAddress = "127.0.0.1:9091"; # Runs as reudy with the shared panelroutes group, keeps everything in # /var/lib/containers and picks up the local Forgejo automatically. }; }