mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
hosts/samhain: Added idevicerestore
This commit is contained in:
parent
a67c206786
commit
c584634126
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue