From 26da7aeddbd178a1e6cbe06eb0354f793d011bf4 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Wed, 27 Oct 2021 16:20:39 -0400 Subject: [PATCH] Allow sshing through cloudflare --- darwin/configuration.nix | 1 + home/common.nix | 3 +++ 2 files changed, 4 insertions(+) diff --git a/darwin/configuration.nix b/darwin/configuration.nix index 6922464..4554cd7 100644 --- a/darwin/configuration.nix +++ b/darwin/configuration.nix @@ -22,6 +22,7 @@ networking.hostName = "nki-macbook"; ## Programs + nixpkgs.config.allowUnfree = true; # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog diff --git a/home/common.nix b/home/common.nix index b582594..c18bab7 100644 --- a/home/common.nix +++ b/home/common.nix @@ -46,6 +46,9 @@ ## htop replacement bottom + ## To do tunneling with cloudflare + cloudflared + # Databases postgresql ];