Allow sshing through cloudflare
This commit is contained in:
parent
7a356af15d
commit
26da7aeddb
|
@ -22,6 +22,7 @@
|
||||||
networking.hostName = "nki-macbook";
|
networking.hostName = "nki-macbook";
|
||||||
|
|
||||||
## Programs
|
## Programs
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
# Used for backwards compatibility, please read the changelog before changing.
|
# Used for backwards compatibility, please read the changelog before changing.
|
||||||
# $ darwin-rebuild changelog
|
# $ darwin-rebuild changelog
|
||||||
|
|
|
@ -46,6 +46,9 @@
|
||||||
## htop replacement
|
## htop replacement
|
||||||
bottom
|
bottom
|
||||||
|
|
||||||
|
## To do tunneling with cloudflare
|
||||||
|
cloudflared
|
||||||
|
|
||||||
# Databases
|
# Databases
|
||||||
postgresql
|
postgresql
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue