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
7486517713
commit
9903866044
160 changed files with 4570 additions and 3019 deletions
|
|
@ -31,14 +31,15 @@ in {
|
|||
|
||||
sops.secrets = let
|
||||
sopsFile = mkDefault ./secrets/openwebrx.yaml;
|
||||
in mkIf cfg.enable {
|
||||
openwebrx-users = {
|
||||
inherit sopsFile;
|
||||
owner = cfg.user;
|
||||
group = cfg.group;
|
||||
path = "${cfg.dataDir}/users.json";
|
||||
in
|
||||
mkIf cfg.enable {
|
||||
openwebrx-users = {
|
||||
inherit sopsFile;
|
||||
owner = cfg.user;
|
||||
group = cfg.group;
|
||||
path = "${cfg.dataDir}/users.json";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall = mkIf cfg.enable {
|
||||
interfaces.lan.allowedTCPPorts = mkIf cfg.enable [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue