Home Gen500 @ 2025-04-10-13:15

This commit is contained in:
2025-04-10 13:15:53 +02:00
parent 46a6d8b3c9
commit 5b433fe39f
5 changed files with 15 additions and 2 deletions

View File

@@ -41,7 +41,10 @@
} @ inputs: let
system = "x86_64-linux";
overlay-unstable = final: prev: {
unstable = nixpkgs-unstable.legacyPackages.${prev.system};
unstable = import nixpkgs-unstable {
system = prev.system;
config.allowUnfree = true;
};
};
in {
nixosConfigurations = {