style: reformat with nixfmt-rfc-style
This commit is contained in:
parent
5ad8bc1d56
commit
1c5d83d81e
99 changed files with 2247 additions and 1334 deletions
services
|
@ -3,7 +3,8 @@
|
|||
let
|
||||
domain = "news.felschr.com";
|
||||
port = 8002;
|
||||
in {
|
||||
in
|
||||
{
|
||||
age.secrets.miniflux.file = ../secrets/miniflux/admin.age;
|
||||
age.secrets.miniflux-oidc = {
|
||||
file = ../secrets/miniflux/oidc.age;
|
||||
|
@ -26,8 +27,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services.miniflux.serviceConfig.SupplementaryGroups =
|
||||
[ "miniflux-secrets" ];
|
||||
systemd.services.miniflux.serviceConfig.SupplementaryGroups = [ "miniflux-secrets" ];
|
||||
|
||||
services.nginx = {
|
||||
virtualHosts."news.felschr.com" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue