treewide: remove unused code (#6985)

This commit is contained in:
awwpotato
2025-05-07 08:03:21 -07:00
committed by GitHub
parent 76274a2130
commit 5da6eafceb
87 changed files with 613 additions and 749 deletions

View File

@@ -275,7 +275,7 @@ in
feedAccounts = mkOption {
type = types.attrsOf (
types.submodule (
{ config, name, ... }:
{ name, ... }:
{
options = {
name = mkOption {