modules/wireguard: add openresolv because wg-quick moment nixos

This commit is contained in:
Sakooooo 2024-09-26 10:02:15 +04:00
parent 2a15d327fa
commit 03f82e2c63
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -16,5 +16,10 @@ in {
config = lib.mkIf cfg.enable {
# todo declaritivly setting it up
networking.wireguard.enable = true;
environment.systemPackages = with pkgs; [
openresolv
];
};
}