nixos/workflows: reclassify as private modules

It doesn't fit with the public module requirement of no reliance of
third-party modules anymore as we'll be using Bahaghari at the near future.
This commit is contained in:
Gabriel Arazas 2024-02-23 20:56:32 +08:00
parent bad0a906c1
commit db2da4d7d2
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
24 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,6 @@
./suites/i18n.nix ./suites/i18n.nix
./suites/server.nix ./suites/server.nix
./suites/vpn.nix ./suites/vpn.nix
./workflows
]; ];
} }

View File

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 134 KiB

View File

@ -13,6 +13,5 @@
./services/vouch-proxy.nix ./services/vouch-proxy.nix
./services/yt-dlp.nix ./services/yt-dlp.nix
./tinted-theming.nix ./tinted-theming.nix
./workflows
]; ];
} }