From fbb3463bd4bcc5df10c294f1132ce266c0ea4d87 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Mon, 30 Jan 2017 18:25:28 +0100 Subject: [PATCH] add readme --- README.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b25177a --- /dev/null +++ b/README.md @@ -0,0 +1,63 @@ +My nixos configurations. + + +Systems +======= + +[frumar](https://en.wikipedia.org/wiki/Frumar) +-------- + +Physical server. Mostly used for files. (storage: 6 TB hdd + 256GB ssd, RAM: 8GB, 2 cores ht) + +- git hosting +- [public files](./roles/pub.nix) +- torrents +- [quassel](./roles/quassel.nix) + +[pennyworth](https://en.wikipedia.org/wiki/Alfred_Pennyworth) +---------- + +VPS (Storage: 80GB, RAM: 1GB, 2 cores) + +- [grafana](./roles/graphs.nix) +- website +- email +- prosody +- asterisk + +[woodhouse](https://en.wikipedia.org/wiki/List_of_Archer_characters#Recurring_characters) +----------- + +intel nuc connected to the tv (storage: 64GB ssd, RAM: 4GB) + +- kodi +- sshfs mounts to alphonse & frumar + + +[ascanius](https://en.wikipedia.org/wiki/Frumar) +---------- + +hp elitebook 8570w (RAM: 16GB, 4 cores ht, storage: 256GB ssd + 300GB HDD) + +- includes a power saving script + +[jarvis](https://en.wikipedia.org/wiki/Edwin_Jarvis) +-------- + +dell xps 13 (RAM: 16GB, storage: 512GB ssd, 2 cores ht) + +- for now, just run powertop --auto-tune after a reboot I guess + + +Maintenance +=========== + +Generating tor keys: + +``` +$(nix-build packages/shallot.nix --no-out-link)/bin/shallot -f tmp ^PATTERN +head -n3 tmp +tail -n +4 tmp > keys/ssh.HOSTNAME.key +shred tmp && rm tmp + +```