- Update opencode to v1.1.34 - Add new opencode agents (Prometheus, Metis, Momus, Atlas) and categories - Switch m3ta-nixpkgs back to local path - Add basecamp client credentials for m3-ares and m3-kratos - Set NIXOS_OZONE_WL=1 for better Wayland app support in Hyprland - Remove redundant wrl.enable from flatpak portal config
52 lines
1.3 KiB
Nix
52 lines
1.3 KiB
Nix
{
|
|
age = {
|
|
secrets = {
|
|
anytype-key = {
|
|
file = ../../secrets/anytype-key-ares.age;
|
|
owner = "m3tam3re";
|
|
};
|
|
wg-DE = {
|
|
file = ../../secrets/wg-DE.age;
|
|
path = "/etc/wireguard/DE.conf";
|
|
};
|
|
wg-NL = {
|
|
file = ../../secrets/wg-NL.age;
|
|
path = "/etc/wireguard/NL.conf";
|
|
};
|
|
wg-NO = {
|
|
file = ../../secrets/wg-NO.age;
|
|
path = "/etc/wireguard/NO.conf";
|
|
};
|
|
wg-US = {
|
|
file = ../../secrets/wg-US.age;
|
|
path = "/etc/wireguard/US.conf";
|
|
};
|
|
wg-BR = {
|
|
file = ../../secrets/wg-BR.age;
|
|
path = "/etc/wireguard/BR.conf";
|
|
};
|
|
ref-key = {
|
|
file = ../../secrets/ref-key.age;
|
|
owner = "m3tam3re";
|
|
};
|
|
exa-key = {
|
|
file = ../../secrets/exa-key.age;
|
|
owner = "m3tam3re";
|
|
};
|
|
basecamp-client-id = {
|
|
file = ../../secrets/basecamp-client-id.age;
|
|
owner = "m3tam3re";
|
|
};
|
|
basecamp-client-secret = {
|
|
file = ../../secrets/basecamp-client-secret.age;
|
|
owner = "m3tam3re";
|
|
};
|
|
tailscale-key.file = ../../secrets/tailscale-key.age;
|
|
m3tam3re-secrets = {
|
|
file = ../../secrets/m3tam3re-secrets.age;
|
|
owner = "m3tam3re";
|
|
};
|
|
};
|
|
};
|
|
}
|