mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2026-02-04 21:31:57 -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