From 00000892b04b26a44a5b6a9d82b16144bf6e8bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 6 Jun 2023 22:00:12 +0200 Subject: [PATCH] Fix virtiofsd crash, unpin physical hosts --- flake.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index f23b87fe..fdbd2900 100644 --- a/flake.nix +++ b/flake.nix @@ -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' {