mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore: nf-fmt-nix
This commit is contained in:
parent
e4bbddb004
commit
32ff0a8e0c
7 changed files with 152 additions and 138 deletions
|
|
@ -17,10 +17,10 @@ in {
|
|||
};
|
||||
systemd.services = mkIf cfg.enable {
|
||||
adb = {
|
||||
environment.ADB_TRACE = mkDefault (toString [ "adb" ]);
|
||||
environment.ADB_TRACE = mkDefault (toString ["adb"]);
|
||||
};
|
||||
};
|
||||
networking.firewall.interfaces.lan = mkIf (cfg.enable && cfg.settings.a or false == true) {
|
||||
allowedTCPPorts = [ cfg.port ];
|
||||
allowedTCPPorts = [cfg.port];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue