diff --git a/flake.nix b/flake.nix index 36450b8..5b20022 100644 --- a/flake.nix +++ b/flake.nix @@ -59,8 +59,10 @@ security.sudo.execWheelOnly = true; } ); - hydraJobs."steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel; - hydraJobs."desktop" = nixosConfigurations.steamdeck.config.system.build.toplevel; + hydraJobs = { + "steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel; + "desktop" = nixosConfigurations.steamdeck.config.system.build.toplevel; + }; };