sdrweb: skyflakify

This commit is contained in:
Astro 2022-11-06 13:28:55 +01:00
parent cfeb74ee54
commit cd9011734d
2 changed files with 6 additions and 1 deletions

View File

@ -824,6 +824,7 @@
sdrweb = nixosSystem' {
modules = [
self.nixosModules.cluster-options
{ nixpkgs.overlays = [ secrets.overlays.mucbot ]; }
heliwatch.nixosModules.heliwatch
./hosts/sdrweb

View File

@ -1,6 +1,10 @@
{ zentralwerk, config, pkgs, ... }:
{
microvm.mem = 4096;
deployment = {
# needs to keep just its ssh key for sops-nix
persistedShares = [ "/home" "/etc" "/var" ];
mem = 4096;
};
c3d2 = {
isInHq = false;
hq.statistics.enable = true;