feat: firefox ca root
This commit is contained in:
parent
62c1eb4b1d
commit
e2c5206369
8 changed files with 25 additions and 9 deletions
|
|
@ -21,9 +21,9 @@
|
|||
../../modules/virtualization.nix
|
||||
../../modules/wine.nix
|
||||
../../modules/wireguard.nix
|
||||
../../modules/certbot.nix
|
||||
(import ../../modules/nextcloud.nix {
|
||||
hostname = "pre-nextcloud.net.dn";
|
||||
datadir = "/mnt/nextcloud";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
enableReload = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue