feat: remove unused secrets.
This commit is contained in:
parent
f59a08c05f
commit
353ee5f04f
2 changed files with 5 additions and 12 deletions
|
|
@ -47,18 +47,6 @@
|
|||
paperless-ngx = {
|
||||
file = "${inputs.secrets}/secrets/paperless-ngx.age";
|
||||
};
|
||||
wg-wireproxy = {
|
||||
file = "${inputs.secrets}/secrets/wg-wireproxy.age";
|
||||
owner = "wireproxy";
|
||||
group = "wireproxy";
|
||||
};
|
||||
wireproxy = {
|
||||
file = "${inputs.secrets}/secrets/wireproxy.age";
|
||||
path = "/etc/wireproxy/wireproxy.conf";
|
||||
owner = "wireproxy";
|
||||
group = "wireproxy";
|
||||
symlink = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
5
modules/servers/per-server/tyr/services/incus.nix
Normal file
5
modules/servers/per-server/tyr/services/incus.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
virtualisation.incus.enable = true;
|
||||
|
||||
networking.nftables.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue