summaryrefslogtreecommitdiff
path: root/systems/atlas/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/atlas/default.nix')
-rw-r--r--systems/atlas/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix
index a2abce8..f1d0f55 100644
--- a/systems/atlas/default.nix
+++ b/systems/atlas/default.nix
@@ -25,5 +25,9 @@
nixpkgs.hostPlatform = "aarch64-linux";
+ services = {
+ nginx.enable = true;
+ };
+
system.stateVersion = "23.05";
}