Compare commits

..

No commits in common. "e0ad591fc57679819dc78717bef778a379ee0d3a" and "b0f5d2c64bdf6fd520f71e208a7e5f6955d96dde" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View file

@ -2,8 +2,6 @@
{ {
networking.extraHosts = '' networking.extraHosts = ''
95.216.66.212 orbi.public 95.216.66.212 orbi.public
23.35.228.101 store.steampowered.com
92.122.104.90 steamcommunity.com
''; '';
services.openssh.knownHosts = { services.openssh.knownHosts = {
"orbi.public".publicKey = clanLib.readFact "ssh.id_ed25519.pub" "orbi"; "orbi.public".publicKey = clanLib.readFact "ssh.id_ed25519.pub" "orbi";

View file

@ -55,14 +55,6 @@ with lib;
#seamly2d #seamly2d
#valentina #valentina
# xorg/x11 macros
# ---------------
# wait 2 secs, than record mouse movements (use Ctrl-C to stop recording)
# > cnee --record --mouse -o ./mouse-events.xnl --time 2
# replay 3 times the mouse movements (zsh only)
# > repeat 3 cnee --time 2 --replay -f ./mouse-events.xnl
xnee
]; ];
}; };