feat:add_gfs&&remove_daed

This commit is contained in:
dichgrem
2025-08-26 21:42:29 +08:00
parent 72609b2135
commit 143d1e16a4
5 changed files with 5 additions and 21 deletions

View File

@@ -1,14 +0,0 @@
{
hostname,
lib,
...
}:
with lib; let
inherit (import ../../hosts/${hostname}/env.nix) Transparent-Proxy;
in {
config = mkIf Transparent-Proxy {
services.daed = {
enable = true;
};
};
}