Added half-baked Syncthing, added pihole
This commit is contained in:
parent
45871c09e8
commit
b3fb5fe491
6 changed files with 17 additions and 3 deletions
|
@ -18,7 +18,6 @@
|
|||
hardware.pulseaudio.enable = true;
|
||||
|
||||
# Additional services
|
||||
services.syncthing.enable = true;
|
||||
services.flatpak.enable = true;
|
||||
xdg.portal.enable = true;
|
||||
xdg.portal.gtkUsePortal = true;
|
||||
|
@ -28,5 +27,14 @@
|
|||
synaptics.tapButtons = false;
|
||||
libinput.enable = true;
|
||||
};
|
||||
|
||||
# PulseAUdio networking
|
||||
hardware.pulseaudio.tcp.enable = true;
|
||||
hardware.pulseaudio.zeroconf.discovery.enable = true;
|
||||
|
||||
# Syncthing
|
||||
services.syncthing.enable = true;
|
||||
services.syncthing.user = "chris";
|
||||
services.syncthing.configDir = "/home/chris/.config/syncthing";
|
||||
services.syncthing.dataDir = "/home/chris";
|
||||
}
|
||||
|
|
|
@ -7,8 +7,10 @@
|
|||
firefox
|
||||
keepassxc
|
||||
riot-desktop
|
||||
syncthing
|
||||
qsyncthingtray
|
||||
|
||||
# Spelling
|
||||
hunspell
|
||||
|
||||
# Wire(less) internet support
|
||||
dnsmasq
|
||||
|
@ -34,6 +36,7 @@
|
|||
kdeApplications.kmailtransport
|
||||
kdeApplications.knotes
|
||||
kdeApplications.kolourpaint
|
||||
kdeApplications.kontact
|
||||
latte-dock # My PC has enough RAM by now
|
||||
kdeApplications.kleopatra
|
||||
kdeApplications.korganizer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue