feat: add pangolin and newt modules

This commit is contained in:
tux
2026-08-09 14:36:16 +05:30
parent 819c54d46f
commit 6379ff4662
6 changed files with 156 additions and 19 deletions

View File

@@ -42,6 +42,10 @@
networking = {
openssh.enable = true;
netbird-client.enable = true;
newt = {
enable = true;
environmentFile = innerArgs.config.sops.secrets.newt.path;
};
};
services = {
@@ -86,6 +90,11 @@
sopsFile = ./secrets.yaml;
owner = userName;
};
newt = {
sopsFile = ./secrets.yaml;
owner = userName;
};
};
# --- Networking ---