network options working for basic functionality
This commit is contained in:
parent
e4cdc2cae5
commit
392375b046
9 changed files with 348 additions and 221 deletions
|
|
@ -1,8 +1,10 @@
|
|||
{ pkgs, lib, system ? "x86_64-linux", ... }:
|
||||
let
|
||||
images = import ./images { inherit pkgs lib system; };
|
||||
network = import ./network.nix { inherit pkgs lib; };
|
||||
in
|
||||
{
|
||||
inherit images;
|
||||
inherit (images.commons) customizeImage customizeImageFold;
|
||||
inherit network;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue