diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/morpheus/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/morpheus/configuration.nix b/hosts/morpheus/configuration.nix index 395494c..522c8c9 100644 --- a/hosts/morpheus/configuration.nix +++ b/hosts/morpheus/configuration.nix | |||
@@ -4,6 +4,8 @@ | |||
4 | services.nix-daemon.enable = true; | 4 | services.nix-daemon.enable = true; |
5 | users.users.shubh.home = "/Users/shubh"; | 5 | users.users.shubh.home = "/Users/shubh"; |
6 | programs.zsh.enable = true; | 6 | programs.zsh.enable = true; |
7 | programs.zsh.promptInit = '' | ||
8 | ''; | ||
7 | nixpkgs.config.allowUnfree = true; | 9 | nixpkgs.config.allowUnfree = true; |
8 | security.pki.certificateFiles = [ "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" "/etc/ssl/certs/zscaler.pem" ]; | 10 | security.pki.certificateFiles = [ "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" "/etc/ssl/certs/zscaler.pem" ]; |
9 | 11 | ||