improve liminix-rebuild test
* make it executable * improve robustness * do't hardcode services.default (why did it do this?)
This commit is contained in:
@@ -32,9 +32,5 @@ in {
|
||||
};
|
||||
|
||||
rootfsType = "jffs2";
|
||||
services.default = lib.mkForce (target {
|
||||
name = "default";
|
||||
contents = with config.services; [ loopback ntp defaultroute4 sshd dhcpv4 ];
|
||||
});
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user