hosts/samhain: Removed idevicerestore + usbmuxd

This commit is contained in:
kat witch 2021-05-06 15:53:13 +01:00
parent d2574f87d4
commit 0014ae5390
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -76,8 +76,6 @@ in {
katnet.private.tcp.ports = [ 10445 ];
services.usbmuxd.enable = true;
systemd.timers.kat-glauca-dns = {
timerConfig = {
Unit = "kat-glauca-dns.service";
@ -90,7 +88,7 @@ in {
# graphics tablet
services.xserver.wacom.enable = true;
environment.systemPackages = [ pkgs.idevicerestore pkgs.ckb-next ];
environment.systemPackages = [ pkgs.ckb-next ];
# other stuffs
boot.loader.systemd-boot.enable = true;