This commit is contained in:
@@ -34,8 +34,10 @@
|
||||
(
|
||||
{ lib, ... }:
|
||||
{
|
||||
my.secureHost = lib.mkForce false;
|
||||
my.build.baseImage = true;
|
||||
my = {
|
||||
secureHost = lib.mkForce false;
|
||||
build.baseImage = true;
|
||||
};
|
||||
}
|
||||
)
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user