diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-03-24 16:23:00 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-03-24 16:23:00 -0400 |
| commit | 59e63c0b7655ab55b75d973110b3ea3f9533ef3d (patch) | |
| tree | 4690dbbf74a9846e174b6ea3ab8c4378251941fc | |
| parent | 96ece111cbeda931032cefc516c586c05af67b7d (diff) | |
install debug-me from package
| -rw-r--r-- | joeyconfig.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 86233892..257d859a 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -341,7 +341,7 @@ kite = host "kite.kitenet.net" $ props , "search kitenet.net" ] & alias "debug-me.joeyh.name" - -- debug-me installed manually until package is available + & Apt.installed ["debug-me"] & Systemd.enabled "debug-me" -- testing |
