cleanup and format
This commit is contained in:
parent
e8114c1d61
commit
31b066909d
7 changed files with 9 additions and 13 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
{ config, lib, ... }:
|
||||
let
|
||||
mac = "02:00:00:00:00:04";
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
{ config, ... }:
|
||||
let
|
||||
grp = "miniflux-secret";
|
||||
in
|
||||
{
|
||||
sops.secrets."miniflux" = { };
|
||||
|
||||
|
@ -10,7 +7,6 @@ in
|
|||
createDatabaseLocally = true;
|
||||
adminCredentialsFile = config.sops.secrets."miniflux".path;
|
||||
config = {
|
||||
LOG_LEVEL="debug";
|
||||
LISTEN_ADDR = "10.89.88.14:8080";
|
||||
BASE_URL = "https://news.oxapentane.com";
|
||||
# oauth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue