System Gen27 @ 2026-08-08-01:02:26 by jonas@harbor

This commit is contained in:
2026-08-08 01:02:27 +02:00
parent 2e34b07ad9
commit a4ba6a49b6
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -101,6 +101,9 @@
hive.calibre.enable = true;
hive.calibre.instanceFQDN = "calibre.jroeger.de";
hive.calibre.libraries = ["Rote Bücher" "Technik" "Wissenschaft oder so"];
hive.korrosync.enable = true;
hive.korrosync.localPort = 7416;
hive.korrosync.instanceFQDN = "korrosync.jroeger.de";
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
+1
View File
@@ -22,6 +22,7 @@
self.nixosModules.wireguard-server
self.nixosModules.matrix
self.nixosModules.calibre
self.nixosModules.korrosync-hive
];
};
}