rico1: extract out caddy and frp config

This commit is contained in:
Adithya 2024-07-18 22:03:05 +05:30
parent dee820d37d
commit a1d243881b
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
3 changed files with 3 additions and 5 deletions

View file

@ -1,11 +1,9 @@
_: { _: {
imports = [ imports = [
./apps
./btrfs.nix ./btrfs.nix
./ssh.nix ./ssh.nix
../../shared/caddy.nix
./caddy.nix ../../shared/frp.nix
./frp.nix
./apps
]; ];
} }