hosts/samhain: Added idevicerestore

This commit is contained in:
kat witch 2021-04-14 01:24:31 +01:00
parent a67c206786
commit c584634126
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -48,6 +48,8 @@
wantedBy = [ "default.target" ];
};
services.usbmuxd.enable = true;
systemd.timers.kat-glauca-dns = {
timerConfig = {
Unit = "kat-glauca-dns.service";
@ -60,6 +62,8 @@
# graphics tablet
services.xserver.wacom.enable = true;
environment.systemPackages = [ pkgs.idevicerestore ];
# other stuffs
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;