wireguard namespace on nixdesk

This commit is contained in:
xunuwu 2025-02-18 11:42:45 +01:00
parent c7b94c8000
commit 825e37c4d4
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
5 changed files with 28 additions and 22 deletions

View file

@ -4,22 +4,6 @@
format = "binary";
sopsFile = ./wireguard;
};
wireguard-preshared = {
key = "PresharedKey";
sopsFile = ./wireguard.yaml;
};
wireguard-private = {
key = "PrivateKey";
sopsFile = ./wireguard.yaml;
};
cloudflare = {
format = "binary";
sopsFile = ./cloudflare;
};
brawlstars-api-key = {
format = "binary";
sopsFile = ./brawlstars;
};
samba = {
format = "binary";
sopsFile = ./samba;