More formatting changes

This commit is contained in:
Jimbo 2025-02-25 01:37:56 -05:00
parent 258ddad76d
commit 611eaab26c
45 changed files with 52 additions and 66 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ config, ... }:
{
imports = [
./nginx

View file

@ -1,4 +1,4 @@
{ pkgs, lib, config, ... }:
{ config, lib, pkgs, ... }:
{
config = lib.mkIf config.services.icecast.enable {
services.liquidsoap.streams = {

View file

@ -1,4 +1,4 @@
{ pkgs, lib, config, ... }:
{ config, lib, pkgs, ... }:
{
config = lib.mkIf config.services.icecast.enable {
services.liquidsoap.streams = {

View file

@ -1,4 +1,4 @@
{ lib, config, ... }:
{ config, lib, ... }:
{
services.nginx.virtualHosts."radio.${config.domains.p2}" = lib.mkIf config.services.icecast.enable {
enableACME = true;