fix
This commit is contained in:
@@ -7,7 +7,7 @@ let
|
||||
importFile = file:
|
||||
let config = import file;
|
||||
in if builtins.isFunction config then config args else config;
|
||||
configs = map importFile [
|
||||
configs = map importFile ([
|
||||
./config.nix
|
||||
] ++ lib.optionals cfg [
|
||||
./auto-pairs.nix
|
||||
@@ -29,7 +29,7 @@ let
|
||||
./trouble.nix
|
||||
./which_key.nix
|
||||
./wilder.nix
|
||||
];
|
||||
]);
|
||||
merged =
|
||||
builtins.foldl' (acc: elem: lib.recursiveUpdate acc elem) { } configs;
|
||||
in
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
{ pkgs, ... }: {
|
||||
services.resolved.enable = true;
|
||||
programs.openvpn3.enable = true;
|
||||
#mdns resolves to ipv6 address idk why
|
||||
#networking.firewall.allowedUDPPorts = [ 5353 ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user