diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-09-02 21:04:00 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-09-02 21:06:08 -0400 |
commit | 9a55e09e95f84cef5824f288ffbe86f126ad9c12 (patch) | |
tree | 36557794b46663a35012e6a79d292563326524e2 | |
parent | Use redshift config file (diff) |
Install ~/.config/wpa_supplicant.conf
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | Makefile | 2 | ||||
-rw-r--r-- | gpg/.config/wpa_supplicant.conf.gpg | bin | 0 -> 1756 bytes |
3 files changed, 3 insertions, 0 deletions
@@ -15,3 +15,4 @@ emacsen/make-* .irssi/away.log .irssi/config.autosave bin/msmtp +.config/wpa_supplicant.conf @@ -26,6 +26,7 @@ LOCAL_FILES = \ # GPG encrypted files. Must be included in GLOBAL_FILES GPG_FILES = \ + .config/wpa_supplicant.conf \ .mutt/alias.rc \ .mutt/alias-cmu.rc \ .mutt/savehooks.rc @@ -42,6 +43,7 @@ GLOBAL_FILES = \ .config/beets/ \ .config/fontconfig/ \ .config/nitrogen/ \ + .config/wpa_supplicant.conf \ .config/zathura/ \ .cmus/ \ .dput.cf \ diff --git a/gpg/.config/wpa_supplicant.conf.gpg b/gpg/.config/wpa_supplicant.conf.gpg Binary files differnew file mode 100644 index 0000000..0271605 --- /dev/null +++ b/gpg/.config/wpa_supplicant.conf.gpg |