style: fix formatting

This commit is contained in:
Leon Schwarzäugl 2026-03-05 23:36:19 +01:00
parent b1b2fc68a3
commit 80c08a6d19
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 1169 additions and 1177 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
{ self, lib, config, inputs, microVMParent, nodes, ... }: { lib, config, microVMParent, nodes, ... }:
{ {
config = { config = {
microvm = { microvm = {

View file

@ -1,11 +1,5 @@
{ self, pkgs, lib, config, globals, minimal, ... }: { self, pkgs, lib, config, minimal, ... }:
let let
localIp = globals.networks.${config.swarselsystems.server.netConfigName}.hosts.${config.node.name}.ipv4;
subnetMask = globals.networks.${config.swarselsystems.server.netConfigName}.subnetMask4;
gatewayIp = globals.hosts.${config.node.name}.defaultGateway4;
inherit (globals.general) routerServer;
isRouter = config.node.name == routerServer;
hostKeyPathBase = "/etc/secrets/initrd/ssh_host_ed25519_key"; hostKeyPathBase = "/etc/secrets/initrd/ssh_host_ed25519_key";
hostKeyPath = hostKeyPath =

View file

@ -1,4 +1,4 @@
{ self, config, lib, pkgs, confLib, ... }: { config, lib, pkgs, confLib, ... }:
let let
inherit (confLib.gen { name = "postgresql"; port = 3254; }) serviceName; inherit (confLib.gen { name = "postgresql"; port = 3254; }) serviceName;
postgresVersion = 14; postgresVersion = 14;