sdrweb: move off skyflake

This commit is contained in:
Sandro - 2023-11-11 01:23:43 +01:00
parent d07959a1c9
commit b126b23fb4
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 14 additions and 7 deletions

View File

@ -646,13 +646,14 @@
sdrweb = nixosSystem' {
modules = [
self.nixosModules.cluster-options
./hosts/sdrweb
{
# TODO: migrate to sops
nixpkgs.overlays = [ secrets.overlays.mucbot ];
}
heliwatch.nixosModules.heliwatch
./hosts/sdrweb
self.nixosModules.microvm
self.nixosModules.cluster-options
];
};

View File

@ -1,11 +1,17 @@
{ hostRegistry, pkgs, ... }:
{
deployment = {
mem = 4096;
vcpu = 16;
needForSpeed = true;
c3d2 = {
deployment.server = "server10";
hq.statistics.enable = true;
};
c3d2.hq.statistics.enable = true;
# deployment = {
# mem = 4096;
# vcpu = 16;
# needForSpeed = true;
# # keep ssh key and acme cert
# persistedShares = [ "/etc" "/var" ];
# };
system.stateVersion = "22.05";