feat: fw speed up builds

This commit is contained in:
2025-10-23 02:30:00 +02:00
parent 439a580dfe
commit 399f67ba25
2 changed files with 19 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
{
imports = [ (builtins.fetchGit {
url = "https://github.com/astro/microvm.nix";
ref = "main";
rev = "42628f7c61b02d385ce2cb1f66f9be333ac20140";
} + "/nixos-modules/host") ];
systemd.network.networks."31-server".matchConfig.Name = [ "vm-*" ];