Commit graph

509 commits

Author SHA1 Message Date
Pig Monkey
2fe22bd2a5 update backitup 2017-06-28 19:21:06 -07:00
Pig Monkey
f71d573526 run tarsnap daily
I'm using borg for hourly backups now.
2017-06-25 10:54:25 -07:00
Pig Monkey
3fd210d538 add texlive-latexextra
required for some pandoc unicode conversions
2017-06-19 19:29:44 -07:00
Pig Monkey
1d6db50950 install kiwix-cli 2017-06-17 20:31:13 -07:00
Pig Monkey
2f8fefced6 add mp3val for beets badfiles plugin 2017-06-13 20:19:20 -07:00
Pig Monkey
0be23f6b80 enable gpg-agent-ssh.socket 2017-06-11 17:05:22 -07:00
Pig Monkey
99eb7506a6 fix pulseaudio handler 2017-06-11 16:58:09 -07:00
Pig Monkey
43d4ae7cc6 enable gpg-agent/dirmngr via systemd
Users who manage gpg-agent via their shell profiles probably want to set
gnupg.enable_agent to False.
2017-06-11 16:56:52 -07:00
Pig Monkey
88e0f776f8 move gnupg install to role 2017-06-11 16:43:33 -07:00
Pig Monkey
fb872ba33c install python-llfuse for borg mounting 2017-06-11 11:22:26 -07:00
Peter Hogg
15dfb8a04a Merge pull request #57 from jshuping/chirp-hg
chirp is now chirp-hg
2017-06-10 16:01:31 -07:00
John Shuping
4abbd3ef8d chirp is now chirp-hg 2017-06-10 09:04:14 -04:00
Pig Monkey
a4c2475369 replace firewarden submodule with package
Existing users should remove the script from the old location

    # rm /usr/local/bin/firewarden
2017-06-02 19:22:15 -07:00
Pig Monkey
6d13f9e691 add nethogs 2017-05-29 11:55:50 -07:00
Pig Monkey
4517a622ac upgrade hostsctl
Existing users should follow the 0.1.0 upgrade procedure in the
changelog:
https://github.com/pigmonkey/hostsctl/blob/master/CHANGELOG.md
2017-05-29 10:45:14 -07:00
Pig Monkey
7e87208090 add units
convert all the things
2017-05-23 13:21:10 -07:00
Pig Monkey
de7fb61dc6 setgid on env dir 2017-05-20 10:22:17 -07:00
Pig Monkey
3f1e1b3aaa whitelist python binaries for youtube-dl 2017-05-18 18:23:55 -07:00
Pig Monkey
c4f7b83e0b use the provided firejail mpv profile 2017-05-17 19:56:10 -07:00
Pig Monkey
10d6af7449 update firewarden 2017-05-16 21:03:01 -07:00
Pig Monkey
4eb7960a8f always whitelist /etc/firejail 2017-05-16 20:41:55 -07:00
Pig Monkey
9990a562f5 allow configuring dotfiles location and move default
Existing users who don't want anything to change should set their
`dotfiles.destination` var to `.dotfiles`.
2017-05-12 19:05:37 -07:00
Pig Monkey
afdfd50205 add arch-wiki-docs
For HTML wiki-ing.
2017-05-12 19:04:39 -07:00
Pig Monkey
945a99aef5 replace acpi_call with acpi_call-dkms
This is needed for DKMS to build acpi_call for non-standard kernels,
like linux-hardened.

Existing users should first remove the old package.

    # pacman --remove --nosave --recursive acpi_call
2017-05-07 12:46:21 -07:00
Pig Monkey
b525d987f5 remove virtualbox module loading
Current versions of the virtualbox package now load modules
automatically via systemd.

Existing users can remove this file

    # rm /etc/modules-load.d/virtualbox.conf
2017-05-07 10:47:23 -07:00
Pig Monkey
1d6eb77cd0 remove virtualbox-guest-utils
This package should be installed on an Arch client, not a host.

Existing users can uninstall it:

    # pacman --remove --nosave --recursive virtualbox-guest-utils
2017-05-07 10:46:24 -07:00
Pig Monkey
0d3c7b3956 replace tor browser pax helper
Existing users will first want to remove the old helper script.

    # rm /usr/local/bin/tor-browser-en
2017-05-06 18:25:01 -07:00
Pig Monkey
328f7b5047 replace grsec with linux-hardened
Existing users will want to remove all the deprecated grsec stuff.

    # pacman --remove --nosave --recursive linux-grsec linux-grsec-headers paxd pax-utils paxtest checksec

closes #56
2017-05-06 18:20:37 -07:00
Pig Monkey
2da0753e31 add myrepos 2017-05-05 17:21:36 -07:00
Pig Monkey
798b550758 increase trackpoint speed
The wiki says this sometimes doesn't work, but it seems to be fine for
me so far. If it proves unreliable we can swap it for the more complex
systemd solution.

https://wiki.archlinux.org/index.php/TrackPoint#Configuration_at_boot
2017-04-29 18:16:44 -07:00
Peter Hogg
a642edc0f2 Merge pull request #55 from brett/master
radio: add flrig
2017-04-16 19:19:10 -07:00
Peter Hogg
e7c0832a12 Merge pull request #54 from jshuping/nomad
add nomad
2017-04-16 19:19:02 -07:00
Brett Eisenberg
3dbe98ffbb radio: add flrig 2017-04-15 20:43:50 -07:00
John Shuping
59f1265b87 add nomad 2017-04-11 09:09:28 -04:00
Pig Monkey
676f9ce7d7 add himawaripy 2017-04-09 12:34:59 -07:00
Pig Monkey
8e93657da8 install hostsctl from aur
Prior to running this, existing users should put any custom host
definitions into /etc/hostsctl.d/10-hosts. This is due to a significant
refactor of hostsctl that was made after it was originally added to
spark. If you had not previously installed hostsctl, this is not
necessary.

    # mkdir /etc/hostsctl.d
    # echo "127.0.0.1" > /etc/hostsctl.d/10-hosts

The old script should also be deleted.

    # rm /usr/local/bin/hostsctl
2017-03-28 19:59:08 -07:00
Pig Monkey
04580a3e7a remove hostsctl submodule 2017-03-28 19:54:03 -07:00
Pig Monkey
0233d6e042 provide pass-otp and pass-update extensions 2017-03-20 14:51:06 -07:00
Pig Monkey
bfd3ad7c9b use hostsctl instead of unbound blocking
This seems like a better solution.
2017-03-19 17:21:02 -07:00
Pig Monkey
17eece1ad0 remove unbound host blocking 2017-03-19 17:09:12 -07:00
Pig Monkey
793285089a add dateutils and miller 2017-03-10 12:28:32 -08:00
Pig Monkey
0a028f9ee3 default surfraw to duckduckgo
There's probably no reason to use any other engine, given the bang
syntax.
2017-02-26 09:57:49 -08:00
Pig Monkey
3f083fa913 add surfraw 2017-02-25 18:47:56 -08:00
Pig Monkey
07e6322f04 remove orpie
I give up. Maybe some day we can have an RPN calculator...
2017-02-25 12:48:23 -08:00
Pig Monkey
ac5557b915 use a simple service for git-annex assistant 2017-02-20 16:56:29 -08:00
Pig Monkey
a6010926b4 update ansible-aur 2017-02-20 16:33:40 -08:00
Pig Monkey
e606eb1033 Merge branch 'master' of github.com:pigmonkey/spark 2017-02-19 18:45:07 -08:00
Pig Monkey
380ed1988d update ansible-aur 2017-02-19 18:44:52 -08:00
Peter Hogg
2c474b6244 Merge pull request #50 from jshuping/smallfixes
Couple of small pkg/dep fixes
2017-02-19 18:30:09 -08:00
John Shuping
c20f91e54c Couple of small pkg/dep fixes
- chirp requires hamradio-menus
- masterpdfeditor-qt5 is now called masterpdfeditor
- wormhole requires python-ipaddress
2017-02-18 07:20:29 -05:00