microvm-host: fix eval

This commit is contained in:
Sandro - 2023-06-25 17:50:43 +02:00
parent 0b1e371d45
commit 10246704d2
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
builtins.filter (name:
(self.nixosConfigurations.${name}.config.c3d2.deployment.server or null) == config.networking.hostName
) (builtins.attrNames self.nixosConfigurations);
restartIfChanged = false;
};
systemd.services = {