setup 0xa-proxy
This commit is contained in:
parent
1f0ca3f5d4
commit
5dbd3988a1
4 changed files with 62 additions and 8 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue