diff options
author | Amin Bandali <bandali@gnu.org> | 2018-10-20 15:58:52 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-10-20 15:58:52 -0400 |
commit | 0d78df2f86cf87faccb5c815564a37537e1d3753 (patch) | |
tree | b78fc8fbd3c1a80133c8cc5f9578658e48dda287 | |
parent | 93f6bf1a710ba5300378b66e68a64e2c467f8c9b (diff) | |
download | configs-0d78df2f86cf87faccb5c815564a37537e1d3753.tar.gz configs-0d78df2f86cf87faccb5c815564a37537e1d3753.tar.xz configs-0d78df2f86cf87faccb5c815564a37537e1d3753.zip |
[rc/tlp] fix hostname
-rw-r--r-- | rc.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4380,9 +4380,9 @@ DEVICES_TO_DISABLE_ON_STARTUP="bluetooth" #DEVICES_TO_DISABLE_ON_UNDOCK="" #+end_src -*** pary +*** shemshak -#+begin_src conf :tangle (when (and (eq system-type 'gnu/linux) (string= (system-name) "pary")) "/sudo::/etc/default/tlp") +#+begin_src conf :tangle (when (and (eq system-type 'gnu/linux) (string= (system-name) "shemshak")) "/sudo::/etc/default/tlp") # ------------------------------------------------------------------------------ # tlp - Parameters for power saving # See full explanation: http://linrunner.de/en/tlp/docs/tlp-configuration.html |