From 07f44724a07e81a96dbfc7bcf8aea71b433bb078 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Fri, 1 May 2026 11:25:46 +0100 Subject: [PATCH] Update flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4b1ee54..f6cce75 100644 --- a/flake.nix +++ b/flake.nix @@ -51,7 +51,7 @@ in { nixosConfigurations = { - FredOS-Gaming = mkHost "FredOS-Gaming" nixpkgs home-manager; + FredOS-Gaming = mkHost "FredOS-Gaming" nixpkgs-stable home-manager-stable; FredOS-Mediaserver = mkHost "FredOS-Mediaserver" nixpkgs-stable home-manager-stable; FredOS-Macbook = mkHost "FredOS-Macbook" nixpkgs-stable home-manager-stable; };