diff options
author | Akshay <[email protected]> | 2024-03-28 22:03:21 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-03-28 22:03:21 +0000 |
commit | a1783ddebea56cedcdf661d3b8b01010d3810f61 (patch) | |
tree | 35f518f29cad597aef065a83ce7e865ee890238f | |
parent | e186448fab2c21b0154ce62e74fec9b885498fc9 (diff) |
enable nginx
-rw-r--r-- | hosts/laurel/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/laurel/configuration.nix b/hosts/laurel/configuration.nix index f23a41a..a30146d 100644 --- a/hosts/laurel/configuration.nix +++ b/hosts/laurel/configuration.nix | |||
@@ -60,6 +60,7 @@ | |||
60 | }; | 60 | }; |
61 | services.openssh.enable = true; | 61 | services.openssh.enable = true; |
62 | services.tailscale.enable = true; | 62 | services.tailscale.enable = true; |
63 | services.nginx.enable = true; | ||
63 | 64 | ||
64 | services.invidious = { | 65 | services.invidious = { |
65 | enable = true; | 66 | enable = true; |