From bc4ee5be49f26827c4f116b9b2d2167bbaade987 Mon Sep 17 00:00:00 2001 From: autumn Date: Tue, 2 Dec 2025 10:39:49 -0700 Subject: [PATCH] sync server species --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6506f8a..a87d05e 100644 --- a/flake.nix +++ b/flake.nix @@ -98,7 +98,7 @@ specialArgs = specialArgs; modules = [ ./system/hoardfrost/configuration.nix - ] + ]; }; "wsl-hive" = nixpkgs.lib.nixosSystem{ specialArgs = specialArgs;