fix(gemini): Remove EoP workaround

Gemini is no longer connected to a EoP device c:
This commit is contained in:
Jalil David Salamé Messina 2024-01-29 19:08:09 +01:00
parent 3090ec66c9
commit ffcbac2a73
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -35,21 +35,6 @@
useXkbConfig = true; # use xkbOptions in tty.
};
# Fix PoE switch going to sleep
systemd.services."ping-router" = {
enable = true;
description = "Continiuosly ping router to prevent PoE switch from going to sleep";
script = ''
${pkgs.iputils}/bin/ping \
"$(${pkgs.iproute2}/bin/ip route list default | sed 's/.*via \(\S\+\) .*/\1/')"
'';
wantedBy = [ "network-online.target" ];
after = [ "network-online.target" ];
serviceConfig = {
Type = "simple";
};
};
# Configure keymap in X11
# services.xserver.xkbOptions = {
# "caps:swapescape" # map caps to escape.