mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-07-29 00:47:11 +02:00
Add KDEConnect firewall exception
This commit is contained in:
parent
b54283207d
commit
f5a2346ee7
2 changed files with 9 additions and 0 deletions
|
@ -42,6 +42,7 @@ in {
|
|||
kevin.networking.enable = true;
|
||||
kevin.networking.avahi.enable = true;
|
||||
kevin.networking.firewall.wireguard = true;
|
||||
kevin.networking.firewall.kdeConnect = true;
|
||||
kevin.audio.enable = true;
|
||||
kevin.desktop.enable = true;
|
||||
kevin.desktop.type = "gnome";
|
||||
|
@ -52,6 +53,8 @@ in {
|
|||
environment.systemPackages = with pkgs; [
|
||||
firefox
|
||||
league-of-moveable-type
|
||||
hunspell
|
||||
hunspellDicts.de_DE
|
||||
];
|
||||
|
||||
programs.gnupg.agent = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue