Update flake.nix

This commit is contained in:
ediblerope 2026-05-01 11:25:46 +01:00 committed by GitHub
parent 7eb03c2245
commit 07f44724a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
};