@@ -23,7 +23,10 @@
}@inputs:
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
pkgs = import nixpkgs {
system = system;
config.allowUnfree = true;
};
in
{
nixosConfigurations = {
The note is not visible to the blocked user.