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 ];