1
0
Fork 0

fmt(all): fix formating, update flake.lock

This commit is contained in:
Philipp 2025-05-31 12:34:57 +02:00
parent 96a6cb73ae
commit 93cab840a8
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
5 changed files with 30 additions and 35 deletions

View file

@ -20,15 +20,13 @@ in
};
nginx = {
enable = mkEnableOption "Enable nginx for this service."
// {
default = true;
enable = mkEnableOption "Enable nginx for this service." // {
default = true;
};
};
redlib = {
enable = mkEnableOption "Whether or not to enable redlib."
// {
enable = mkEnableOption "Whether or not to enable redlib." // {
default = true;
};