fix(gemini): Remove EoP workaround
Gemini is no longer connected to a EoP device c:
This commit is contained in:
parent
3090ec66c9
commit
ffcbac2a73
1 changed files with 0 additions and 15 deletions
|
@ -35,21 +35,6 @@
|
||||||
useXkbConfig = true; # use xkbOptions in tty.
|
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
|
# Configure keymap in X11
|
||||||
# services.xserver.xkbOptions = {
|
# services.xserver.xkbOptions = {
|
||||||
# "caps:swapescape" # map caps to escape.
|
# "caps:swapescape" # map caps to escape.
|
||||||
|
|
Loading…
Reference in a new issue