mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -05:00
chore: nixfmt changes
This commit is contained in:
parent
fc5d56ddd5
commit
f3c90cfebc
1 changed files with 24 additions and 25 deletions
|
|
@ -15,32 +15,31 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
sops = {
|
sops = {
|
||||||
secrets =
|
secrets = {
|
||||||
{
|
ferretdb = { };
|
||||||
ferretdb = { };
|
lavalink = {
|
||||||
lavalink = {
|
sopsFile = ./secrets.yaml;
|
||||||
sopsFile = ./secrets.yaml;
|
restartUnits = [
|
||||||
restartUnits = [
|
"vocard.service"
|
||||||
"vocard.service"
|
"lavalink.service"
|
||||||
"lavalink.service"
|
];
|
||||||
];
|
};
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
// builtins.listToAttrs (
|
// builtins.listToAttrs (
|
||||||
map
|
map
|
||||||
(x: {
|
(x: {
|
||||||
name = "vocard/${x}";
|
name = "vocard/${x}";
|
||||||
value.sopsFile = ./secrets.yaml;
|
value.sopsFile = ./secrets.yaml;
|
||||||
})
|
})
|
||||||
[
|
[
|
||||||
"token"
|
"token"
|
||||||
"client_id"
|
"client_id"
|
||||||
"spotify_client_id"
|
"spotify_client_id"
|
||||||
"spotify_client_secret"
|
"spotify_client_secret"
|
||||||
"password"
|
"password"
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
templates.vocard = {
|
templates.vocard = {
|
||||||
restartUnits = [
|
restartUnits = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue