add fw-new
This commit is contained in:
parent
92099bd1e9
commit
b7bfb0f62a
99 changed files with 14973 additions and 319 deletions
8
hosts/fw-new.cloonar.com/modules/microvm.nix
Normal file
8
hosts/fw-new.cloonar.com/modules/microvm.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ nixpkgs, ...}:
|
||||
{
|
||||
imports = [ (builtins.fetchGit {
|
||||
url = "https://github.com/astro/microvm.nix";
|
||||
} + "/nixos-modules/host") ];
|
||||
|
||||
systemd.network.networks."31-server".matchConfig.Name = [ "vm-*" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue