From 61c05b35ebea09eb9aef59f4aac4a706001f7ec6 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Sat, 8 Feb 2025 20:44:49 -0500 Subject: nixos/nginx: actually act as a mixin This doesn't require disabling anything. It only changes the defaults --- systems/atlas/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'systems/atlas/default.nix') 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"; } -- cgit v1.2.3