@@ -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 = {
The note is not visible to the blocked user.