This commit is contained in:
Patrick Stevens
2024-01-29 00:12:27 +00:00
committed by GitHub
parent 078dc8e416
commit 24d3d8c00a
10 changed files with 500 additions and 46 deletions

View File

@@ -2,6 +2,7 @@
nixpkgs,
website,
puregym-client,
whisper-packages,
...
}: let
lib = nixpkgs.lib;
@@ -24,6 +25,7 @@ in {
# generated at runtime by nixos-infect and copied here
./hardware-configuration.nix
./networking.nix
./whisper/whisper.nix
];
services.radicale-config.domain = userConfig.domain;
@@ -47,6 +49,8 @@ in {
services.prometheus-config.domain-exporter-domains = [userConfig.domain];
services.puregym-config.domain = userConfig.domain;
services.puregym-config.subdomain = "puregym";
services.whisper-config.domain = userConfig.domain;
services.whisper-config.subdomain = "whisper";
services.journald.extraConfig = "SystemMaxUse=100M";