From 8f367386298c8cd1f8685cdebcafe3c272100b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Mon, 16 Mar 2026 16:43:59 -0600 Subject: [PATCH] refactor(bepasty): no with lib --- modules/nixos/deertopia/bepasty.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/nixos/deertopia/bepasty.nix b/modules/nixos/deertopia/bepasty.nix index 9a62e3a..3e0de81 100644 --- a/modules/nixos/deertopia/bepasty.nix +++ b/modules/nixos/deertopia/bepasty.nix @@ -1,12 +1,10 @@ { config, lib, pkgs, ... }: -with lib; - let cfg = config.sydnix.deertopia.bepasty; in { options = { sydnix.deertopia.bepasty = { - enable = mkEnableOption "Bepasty"; + enable = lib.mkEnableOption "Bepasty"; port = lib.mkOption { default = 22018;