From f513604ae68c8bb6fe5233ed0f9084673650e75a Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Fri, 13 Feb 2026 18:19:21 +0100 Subject: [PATCH] add www --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index 6d6c0f4..ba15b80 100644 --- a/flake.nix +++ b/flake.nix @@ -103,6 +103,14 @@ ./hosts/md ]; }; + nixosConfigurations."www" = nixpkgs.lib.nixosSystem { + #system = "x86_64-linux"; + #pkgs = import nixpkgs { inherit system; }; + inherit system; + modules = [ + ./hosts/www + ]; + }; nixosConfigurations."sql" = nixpkgs.lib.nixosSystem { #system = "x86_64-linux"; #pkgs = import nixpkgs { inherit system; };