1
1
Fork 0

adding submodules

main
Bill Ewanick 2023-06-27 11:25:58 -04:00
parent 66fc5a5ec8
commit 750bfc08d9
4 changed files with 7 additions and 2 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "nixos-apps/seal-blog"]
path = nixos-apps/seal-blog
url = gitea@git.ewanick.com:bill/seal-blog.git

View File

@ -20,8 +20,8 @@
services.jitsi-videobridge.enable = true; services.jitsi-videobridge.enable = true;
services.jitsi-videobridge.openFirewall = true; services.jitsi-videobridge.openFirewall = true;
networking.firewall.allowedTCPPorts = [ 80 443 ]; networking.firewall.allowedTCPPorts = [ 80 443 ];
security.acme.email = "me@example.com"; # security.acme.email = "me@example.com";
security.acme.acceptTerms = true; # security.acme.acceptTerms = true;
# services.caddy = { # services.caddy = {
# enable = true; # enable = true;

1
nixos-apps/seal-blog Submodule

@ -0,0 +1 @@
Subproject commit f5accae1dbc4abfd6694c57ec93ba49982ad3272

View File

@ -17,6 +17,7 @@
../nixos-apps/jitsi.crueltysquad.com.nix ../nixos-apps/jitsi.crueltysquad.com.nix
../nixos-apps/cutesealfanpage.love.nix ../nixos-apps/cutesealfanpage.love.nix
../nixos-apps/fancytypist.com.nix ../nixos-apps/fancytypist.com.nix
../nixos-apps/seal-blog
]; ];
# Use the GRUB 2 boot loader. # Use the GRUB 2 boot loader.