mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -05:00
bad replaceStrings
This commit is contained in:
parent
af91541557
commit
7dad855bd8
2 changed files with 9 additions and 11 deletions
|
|
@ -20,8 +20,8 @@ sops:
|
||||||
WC9NVmdtWjlWSWN6dUwwMFdPRmpxWG8Ka0i27kBbA4p835RWsEPIghFTwxo4elOz
|
WC9NVmdtWjlWSWN6dUwwMFdPRmpxWG8Ka0i27kBbA4p835RWsEPIghFTwxo4elOz
|
||||||
PL0TnuMNnl66TJiD0x6oRMn8tb6wQIAqGxBt9Jb2lj24eXCtzfGbEg==
|
PL0TnuMNnl66TJiD0x6oRMn8tb6wQIAqGxBt9Jb2lj24eXCtzfGbEg==
|
||||||
-----END AGE ENCRYPTED FILE-----
|
-----END AGE ENCRYPTED FILE-----
|
||||||
lastmodified: "2025-03-02T22:44:35Z"
|
lastmodified: "2025-03-03T00:10:49Z"
|
||||||
mac: ENC[AES256_GCM,data:dwm0LX9/56Vy2r962RrQx+NNUoTBOs80Jvo25+ZKnixZUPuUdeNS0VXdFRMXLQiUEBzTIBhfVYOzAjSq3XwFvR1q+sQyYizmCLowHnPcicu/0j9qlNRtIItMRk21LMwytG57OgRFLs1RGnvhAYanLyGrqm2mHUWlKKd6C8BdgiE=,iv:UBIYoZyMp2A1hKiWd9+akuxnnAg/TTHYSaiWkInso0I=,tag:Mcfykfj9aKzpf47Pr2XExw==,type:str]
|
mac: ENC[AES256_GCM,data:41um/6Fa0HqCVO/qj7/geUXWWOlXFZFt552W/T/hlsiUoebyPa4RgGVPcs332vuP+bgb4ELeJ0bsVqUFTtEbkfjaij9HT+BZIhImu8ZGKs/ZNkofw1s6h+kIVH4uf/sXYqMEATfHhSFqEoWsGsuL57i4llKzPBqsSyhdB4FeXDs=,iv:T3mt5lZmIT208gaCywsiuZ+Le/3BSDLL2UDxLExsEwE=,tag:jfpFXmcRNzJZCSAdZB4K7g==,type:str]
|
||||||
pgp: []
|
pgp: []
|
||||||
unencrypted_suffix: _unencrypted
|
unencrypted_suffix: _unencrypted
|
||||||
version: 3.9.4
|
version: 3.9.4
|
||||||
|
|
|
||||||
|
|
@ -45,15 +45,13 @@
|
||||||
"@spotify_client_secret@"
|
"@spotify_client_secret@"
|
||||||
"@password@"
|
"@password@"
|
||||||
]
|
]
|
||||||
(builtins.attrValues {
|
(map (x: config.sops.placeholder.${x}) [
|
||||||
inherit (config.sops.placeholder)
|
"vocard/token"
|
||||||
"vocard/token"
|
"vocard/client_id"
|
||||||
"vocard/client_id"
|
"vocard/spotify_client_id"
|
||||||
"vocard/spotify_client_id"
|
"vocard/spotify_client_secret"
|
||||||
"vocard/spotify_client_secret"
|
"vocard/password"
|
||||||
"vocard/password"
|
])
|
||||||
;
|
|
||||||
})
|
|
||||||
(builtins.readFile ./settings.json);
|
(builtins.readFile ./settings.json);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue