diff options
-rw-r--r-- | TODOs.md | 24 | ||||
-rw-r--r-- | src/infrastructure/machines.scm | 12 |
2 files changed, 24 insertions, 12 deletions
@@ -377,6 +377,30 @@ Setup custom SSH port in the base image itself. Installing and maintaining Nextcloud just for this is an overkill. + +# Ideas + +## TODO TLDs ideas {#td-b6c2760f-4ea7-3f2c-bad7-e1f1e5f633bb} +- TODO in 2022-03-28 + +--- + +From `src/infrastructure/machines.scm`: +```scheme +;; toph -> euandre.org +;; kuvira -> euandreh.xyz +;; ??? -> arrobaponto.org +;; asami -> discussions.site +;; zhu-li -> mediator.ht +;; lily -> hinarioespirita.org ; musician +;; kyoshi -> standardify.sh ; standardtized warriors +;; suyin -> rsync.net ; city with a metal shell +;; ??? -> amber.ht +;; yangchen -> multipatch.xyz +;; mai -> mailbug.xyz +``` + + # Services - `ssh://$tld`: OpenSSH diff --git a/src/infrastructure/machines.scm b/src/infrastructure/machines.scm index f51e74a..6b294ff 100644 --- a/src/infrastructure/machines.scm +++ b/src/infrastructure/machines.scm @@ -358,15 +358,3 @@ (user admin-user) (port 38123) (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILoz1gFl6chY91vQ5SrZXSP5yHqRI3TdYy2ccEDpS7Z4"))))) - -;; toph -> euandre.org -;; kuvira -> euandreh.xyz -;; ??? -> arrobaponto.org -;; asami -> discussions.site -;; zhu-li -> mediator.ht -;; lily -> hinarioespirita.org ; musician -;; kyoshi -> standardify.sh ; standardtized warriors -;; suyin -> rsync.net ; city with a metal shell -;; ??? -> amber.ht -;; yangchen -> multipatch.xyz -;; mai -> mailbug.xyz |