Fix virtiofsd crash, unpin physical hosts

This commit is contained in:
Sandro - 2023-06-06 22:00:12 +02:00
parent 6430684711
commit 00000892b0
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 6 deletions

View File

@ -98,7 +98,8 @@
};
# hydra-ca.url = "github:mlabs-haskell/hydra/aciceri/ca-derivations";
microvm = {
url = "github:astro/microvm.nix";
# url = "github:astro/microvm.nix";
url = "github:SuperSandro2000/microvm.nix/merged";
inputs = {
flake-utils.follows = "flake-utils";
nixpkgs.follows = "nixos";
@ -680,7 +681,6 @@
skyflake.nixosModules.default
{ _module.args = { inherit self; }; }
];
nixos = inputs.nixos-22-11;
};
server7 = nixosSystem' {
@ -691,7 +691,6 @@
skyflake.nixosModules.default
{ _module.args = { inherit self; }; }
];
nixos = inputs.nixos-22-11;
};
server8 = nixosSystem' {
@ -702,7 +701,6 @@
skyflake.nixosModules.default
{ _module.args = { inherit self; }; }
];
nixos = inputs.nixos-22-11;
};
server9 = nixosSystem' {
@ -714,7 +712,6 @@
skyflake.nixosModules.default
{ _module.args = { inherit self; }; }
];
nixos = inputs.nixos-22-11;
};
server10 = nixosSystem' {
@ -726,7 +723,6 @@
skyflake.nixosModules.default
{ _module.args = { inherit self; }; }
];
nixos = inputs.nixos-22-11;
};
spaceapi = nixosSystem' {