hosts: misc cleanups

This commit is contained in:
2025-08-26 10:53:10 -07:00
parent 2ac58a1241
commit f32748bd77
2 changed files with 1 additions and 3 deletions

View File

@@ -7,9 +7,6 @@
...
}:
let
backupLabel = "postgresql";
in
{
network.routingType = "dynamic";
network.hardwareAddress = "bc:24:11:15:d0:d4";

View File

@@ -6,6 +6,7 @@
inputs,
...
}:
let
jvmOpts = lib.strings.concatStringsSep " " [
"-Xms6144M"