diff --git a/flake.nix b/flake.nix index b97c445..9cc30b6 100644 --- a/flake.nix +++ b/flake.nix @@ -94,6 +94,8 @@ (inputs.self) packages ; + + node = inputs.self.nixosConfigurations.node.config.system.build.toplevel; }; }; }