Add the sovr role and initial frps deployment

This commit is contained in:
Eli Ribble 2025-10-13 17:06:15 +00:00
parent 29fa447da6
commit 8995e95041
6 changed files with 47 additions and 1 deletions

4
roles/sovr.nix Normal file
View file

@ -0,0 +1,4 @@
{ config, lib, pkgs, ... }: {
myModules.caddy.enable = true;
myModules.frps.enable = true;
}