1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

Revert "MASSIVE restructuring"

This reverts commit b94da2d550.
This commit is contained in:
Kierán Meinhardt
2019-01-30 13:16:49 +01:00
parent a6bf4a4793
commit 101e7c99d4
23 changed files with 418 additions and 504 deletions

View File

@@ -1,15 +0,0 @@
{ config, pkgs, ... }:
{
# for kdeconnect
networking.firewall = {
allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
allowedUDPPortRanges = [ { from = 1714; to = 1764; } ];
};
home-manager.users.kfm = {
services.kdeconnect = {
enable = true;
indicator = true;
};
};
}