mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
hosts/samhain: Removed idevicerestore + usbmuxd
This commit is contained in:
parent
d2574f87d4
commit
0014ae5390
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue