about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-03-04 21:36:49 +0100
committerProfpatsch <mail@profpatsch.de>2016-03-18 22:41:20 +0100
commitaef5153056f7b05ff44de4a895d599da26c5cd3f (patch)
treed2cee0e0a48d87a079e5e2d5b815579a9f442dbe /machines
parent160b87e0ea7bb970c67f586f21f38afb92fb779a (diff)
machines/katara: keybase & misc
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 671ecdc9..c810a732 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -138,7 +138,8 @@ in {
         ghc                  # Glasgow Haskell Compiler, mostly for ghci
         gimp                 # graphics
         gmpc                 # mpd client and best music player interface in the world
-        httpie
+        httpie               # nice http CLI
+        keybase              # the saviour of GPG™
         # TMP
         tmpLibreOffice
         # libreoffice          # a giant ball of C++, that sometimes helps with proprietary shitformats
@@ -323,7 +324,7 @@ in {
   	home = "/home/philip";
           passwordFile = "${home}/.config/passwd";
           # password = "test"; # in case of emergency, break glass
-    shell = "/run/current-system/sw/bin/fish";
+    shell = "${pkgs.fish}/bin/fish";
           openssh.authorizedKeys.keys = authKeys;
       };
     };
@@ -342,8 +343,7 @@ in {
     #######
     # Misc
 
-    # TODO seems to work only sometimes in chromium
-    # security.pki.certificateFiles = [ "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" ];
+    security.pki.certificateFiles = [ "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" ];
 
     ########
     # Fixes