summaryrefslogtreecommitdiff
path: root/systems/atlas/default.nix
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-08 20:44:49 -0500
committerSeth Flynn <[email protected]>2025-02-08 21:58:07 -0500
commit61c05b35ebea09eb9aef59f4aac4a706001f7ec6 (patch)
tree4fd724535f18d0c53ddf40d6a06e691c094df1d4 /systems/atlas/default.nix
parent250b2a0bfd6c9ab9fcf833451f6c7557e30b59ee (diff)
nixos/nginx: actually act as a mixin
This doesn't require disabling anything. It only changes the defaults
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";
}