buzzrelay: switch back to legacy microvm.nix for now

This commit is contained in:
Astro 2023-01-02 03:49:42 +01:00
parent d610e62537
commit ea36c50654
2 changed files with 3 additions and 3 deletions

View File

@ -315,7 +315,7 @@
buzzrelay = nixosSystem' {
modules = [
self.nixosModules.cluster-options
self.nixosModules.microvm
buzzrelay.nixosModules.default
./hosts/buzzrelay
];

View File

@ -1,9 +1,9 @@
{ config, ... }:
{
deployment = {
c3d2.deployment.server = "server10";
microvm = {
mem = 2 * 1024;
vcpu = 8;
needForSpeed = true;
};
system.stateVersion = "22.11";
networking.hostName = "buzzrelay";