adding submodules
parent
66fc5a5ec8
commit
750bfc08d9
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "nixos-apps/seal-blog"]
|
||||||
|
path = nixos-apps/seal-blog
|
||||||
|
url = gitea@git.ewanick.com:bill/seal-blog.git
|
|
@ -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;
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f5accae1dbc4abfd6694c57ec93ba49982ad3272
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue