Change config name
This commit is contained in:
parent
e0db6b0a6f
commit
905c043b17
62 changed files with 82 additions and 81 deletions
|
|
@ -1,11 +1,12 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let portRange = {
|
||||
from = 1714;
|
||||
to = 1764;
|
||||
};
|
||||
let
|
||||
portRange = {
|
||||
from = 1714;
|
||||
to = 1764;
|
||||
};
|
||||
in
|
||||
lib.mkIf config.myConfig.gui.enable {
|
||||
lib.mkIf config.jalr.gui.enable {
|
||||
programs.kdeconnect.enable = true;
|
||||
networking.firewall.allowedTCPPortRanges = [ portRange ];
|
||||
networking.firewall.allowedUDPPortRanges = [ portRange ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue