setup 0xa-proxy

This commit is contained in:
Grisha Shipunov 2025-06-13 00:58:20 +02:00
parent 1f0ca3f5d4
commit 5dbd3988a1
4 changed files with 62 additions and 8 deletions

View file

@ -5,14 +5,15 @@ in
{
imports = [
];
# sops.defaultSopsFile = ./secrets.yaml;
# sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
#
# sops.secrets = {
# "wg/0xa-proxy" = {
# owner = config.users.users.systemd-network.name;
# };
# };
sops.defaultSopsFile = ./secrets.yaml;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.secrets = {
"wg/0xa-proxy" = {
owner = config.users.users.systemd-network.name;
};
};
microvm = {
hypervisor = "qemu";