devices/zyxel-nwa50ax: expose primary and secondary images
To support A/B a bit better. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
, liminix-config ? <liminix-config>
|
||||
, nixpkgs ? <nixpkgs>
|
||||
, borderVmConf ? ./bordervm.conf.nix
|
||||
, imageType ? "primary"
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -30,6 +31,9 @@ let
|
||||
./modules/s6
|
||||
./modules/users.nix
|
||||
./modules/outputs.nix
|
||||
{
|
||||
boot.imageType = imageType;
|
||||
}
|
||||
];
|
||||
};
|
||||
config = eval.config;
|
||||
|
Reference in New Issue
Block a user