feat: fw speed up builds
This commit is contained in:
parent
439a580dfe
commit
399f67ba25
2 changed files with 19 additions and 3 deletions
|
|
@ -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-*" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue