From 6c139adfd0d2ccb7479fda9cf2faac66f1c8bad9 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 11 Feb 2023 23:19:00 +0100 Subject: Actually include nginx Signed-off-by: TheArcaneBrony --- flake.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/flake.nix b/flake.nix index fe84556..53c4f24 100644 --- a/flake.nix +++ b/flake.nix @@ -70,6 +70,17 @@ inherit home-manager; }; }; + Rory-nginx = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + ./host/Rory-nginx/configuration.nix + ./hardware-configuration.nix + home-manager.nixosModules.home-manager + ]; + specialArgs = { + inherit home-manager; + }; + }; }; }; } \ No newline at end of file -- cgit 1.4.1