@@ -0,0 +1,17 @@
{
inputs = {
nixpkgs.url = "github:NixOs/nixpkgs";
};
outputs =
{ nixpkgs, home-manager, ... } @ inputs:
let
system = "x86_64-linux";
in
nixos-vm = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = { inherit inputs; };
modules = [
./modules
}
The note is not visible to the blocked user.