mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
add searx
This commit is contained in:
@ -15,10 +15,17 @@
|
||||
../../modules/nixos/monitoring/loki.nix
|
||||
../../modules/nixos/monitoring/promtail.nix
|
||||
../../modules/nixos/ntfy-sh.nix
|
||||
../../modules/nixos/searx.nix
|
||||
];
|
||||
|
||||
sops.secrets.borg_encryption_key = {
|
||||
sopsFile = ./secrets.yaml;
|
||||
sops.secrets = {
|
||||
borg_encryption_key = {
|
||||
sopsFile = ./secrets.yaml;
|
||||
};
|
||||
|
||||
searx_secret_key = {
|
||||
sopsFile = ./secrets.yaml;
|
||||
};
|
||||
};
|
||||
|
||||
boot = {
|
||||
|
Reference in New Issue
Block a user