mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 19:22:00 -05:00
feat:add_gfs&&remove_daed
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user