1
1
Fork 1
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:
oddlama 2024-01-11 02:56:19 +01:00
parent 6e0ea91254
commit c55f465ba1
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
13 changed files with 1093 additions and 3 deletions

View file

@ -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
];
}