treewide: remove 'with lib;'

This commit is contained in:
Felix Buehler 2025-09-21 18:40:36 +02:00
parent cf54323dc7
commit 78ae241387
53 changed files with 245 additions and 245 deletions

View file

@ -9,11 +9,11 @@ let
inherit (config.networking) domain;
in
{
options.my.services.finance = with lib; {
options.my.services.finance = {
enable = lib.mkEnableOption "Finance firefly service.";
appKeyFile = mkOption {
type = types.path;
appKeyFile = lib.mkOption {
type = lib.types.path;
description = "appkey for the service.";
example = "/run/secrets/freshrss";
default = "base64:ICs6jizTJnu4U8Sl/+GKIUC6TSK+0i+Lu84CicRhTNE=";