mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
bad replaceStrings
This commit is contained in:
parent
af91541557
commit
7dad855bd8
2 changed files with 9 additions and 11 deletions
|
|
@ -45,15 +45,13 @@
|
|||
"@spotify_client_secret@"
|
||||
"@password@"
|
||||
]
|
||||
(builtins.attrValues {
|
||||
inherit (config.sops.placeholder)
|
||||
"vocard/token"
|
||||
"vocard/client_id"
|
||||
"vocard/spotify_client_id"
|
||||
"vocard/spotify_client_secret"
|
||||
"vocard/password"
|
||||
;
|
||||
})
|
||||
(map (x: config.sops.placeholder.${x}) [
|
||||
"vocard/token"
|
||||
"vocard/client_id"
|
||||
"vocard/spotify_client_id"
|
||||
"vocard/spotify_client_secret"
|
||||
"vocard/password"
|
||||
])
|
||||
(builtins.readFile ./settings.json);
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue