mirror of
https://github.com/oddlama/nixos-extra-modules.git
synced 2025-10-11 06:10:39 +02:00
feat: add unified microvm & container definition; add net, misc, disko lib extension
This commit is contained in:
parent
6e0ea91254
commit
c55f465ba1
13 changed files with 1093 additions and 3 deletions
|
@ -1,7 +1,15 @@
|
|||
{
|
||||
{inputs, ...}: {
|
||||
imports = [
|
||||
./interface-naming.nix
|
||||
inputs.microvm.nixosModules.host
|
||||
|
||||
./boot.nix
|
||||
./guests/default.nix
|
||||
./interface-naming.nix
|
||||
./nginx.nix
|
||||
./node.nix
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
inputs.microvm.overlay
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue