Migrate variouis test to nspawn container (#523595)
This commit is contained in:
@@ -7,7 +7,7 @@ in
|
||||
name = "evcc";
|
||||
meta.maintainers = with lib.maintainers; [ hexa ];
|
||||
|
||||
nodes = {
|
||||
containers = {
|
||||
machine = {
|
||||
services.evcc = {
|
||||
enable = true;
|
||||
|
||||
@@ -12,7 +12,7 @@ in
|
||||
maintainers = [ hexa ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
containers = {
|
||||
server =
|
||||
{ config, ... }:
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ hexa ];
|
||||
|
||||
nodes.machine = {
|
||||
containers.machine = {
|
||||
services.postfix.enable = true;
|
||||
services.postfix-tlspol.enable = true;
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
{
|
||||
name = "zigbee2mqtt";
|
||||
nodes.machine = {
|
||||
containers.machine = {
|
||||
systemd.services.dummy-serial = {
|
||||
wantedBy = [
|
||||
"multi-user.target"
|
||||
|
||||
Reference in New Issue
Block a user