Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
c1748e7124
|
|||
|
e8cfe4c750
|
|||
|
6ce06f0f84
|
|||
|
eaa2460f63
|
@@ -114,6 +114,8 @@ in
|
||||
|
||||
allowedTCPPorts = [
|
||||
22
|
||||
80
|
||||
443
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
./storage.nix
|
||||
];
|
||||
|
||||
networking.fqdn = "tuxcord.net";
|
||||
time.timeZone = "Canada/Eastern";
|
||||
networking.fqdn = "tuxcord.net";
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ config, lib, ... }:
|
||||
let
|
||||
inherit (config.networking) fqdn;
|
||||
fqdn = config.networking.fqdn;
|
||||
|
||||
mkVhost =
|
||||
attrs:
|
||||
@@ -14,11 +14,6 @@ let
|
||||
};
|
||||
in
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user