flake: convert secrets to module argument
This commit is contained in:
parent
941b8060c9
commit
303c344ffb
7 changed files with 13 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, common, ... }:
|
||||
{ common, secrets, ... }:
|
||||
|
||||
let
|
||||
domain = "freshrss.inx.moe";
|
||||
|
@ -12,6 +12,6 @@ in
|
|||
baseUrl = "https://${domain}";
|
||||
dataDir = "/srv/freshrss";
|
||||
defaultUser = "infinidoge";
|
||||
passwordFile = config.secrets."freshrss";
|
||||
passwordFile = secrets."freshrss";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue