mirror of
https://github.com/Smaug123/PulumiConfig
synced 2025-10-11 03:28:39 +00:00
Whisper (#26)
This commit is contained in:
@@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user