From bdeba55f0f2c1d750e574f13b58f03478b3b3949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Fri, 6 Mar 2026 16:10:19 -0700 Subject: [PATCH] chore: oops this shouldn't be here --- modules/nixos/gitea-actions-runner/ubuntu.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 modules/nixos/gitea-actions-runner/ubuntu.nix diff --git a/modules/nixos/gitea-actions-runner/ubuntu.nix b/modules/nixos/gitea-actions-runner/ubuntu.nix deleted file mode 100644 index aee12e5..0000000 --- a/modules/nixos/gitea-actions-runner/ubuntu.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, lib, pkgs, ... }: - -let cfg = config.sydnix.gitea-actions-runner.ubuntu; -in { - options.sydnix.gitea-actions-runner.ubuntu = { - enable = lib.mkEnableOption "Gitea actions runner (Ubuntu; Docker)"; - }; - - config = lib.mkIf cfg.enable { - - }; -}