machines/stellio: a new whitehouse router that uses clanService/router from cnx-network

This commit is contained in:
2026-09-23 15:31:57 +07:00
parent fa95098b7e
commit 9b8d15d583
81 changed files with 1215 additions and 17 deletions
-12
View File
@@ -16,18 +16,6 @@
...
}:
{
nixpkgs.overlays = [
(final: prev: {
pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
(pyFinal: pyPrev: {
psycopg = pyPrev.psycopg.overrideAttrs (old: {
disabledTests = old.disabledTests ++ [ "test_stats_connect" ];
});
})
];
})
];
services.paperless = {
enable = lib.mkDefault true;
};