mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 13:19:09 +02:00
style: fix formatting
This commit is contained in:
parent
b1b2fc68a3
commit
80c08a6d19
4 changed files with 1169 additions and 1177 deletions
2334
SwarselSystems.org
2334
SwarselSystems.org
File diff suppressed because it is too large
Load diff
|
|
@ -1,4 +1,4 @@
|
||||||
{ self, lib, config, inputs, microVMParent, nodes, ... }:
|
{ lib, config, microVMParent, nodes, ... }:
|
||||||
{
|
{
|
||||||
config = {
|
config = {
|
||||||
microvm = {
|
microvm = {
|
||||||
|
|
|
||||||
|
|
@ -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 =
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue