mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
Init:start-nix
This commit is contained in:
14
modules/services/daed.nix
Normal file
14
modules/services/daed.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
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