Allow sshing through cloudflare
This commit is contained in:
parent
7a356af15d
commit
26da7aeddb
|
@ -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
|
||||
|
|
|
@ -46,6 +46,9 @@
|
|||
## htop replacement
|
||||
bottom
|
||||
|
||||
## To do tunneling with cloudflare
|
||||
cloudflared
|
||||
|
||||
# Databases
|
||||
postgresql
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue