dotfiles/nixos/README.md

65 lines
1.4 KiB
Markdown
Raw Normal View History

2017-01-30 18:25:28 +01:00
My nixos configurations.
Systems
=======
[frumar](https://en.wikipedia.org/wiki/Frumar)
--------
2021-01-03 17:19:53 +01:00
Physical [server](./roles/server.nix). Mostly used for files. (storage: 30 TB hdd + 256GB ssd, RAM: 16GB, 2 cores ht)
2017-01-30 18:25:28 +01:00
2021-01-03 17:19:53 +01:00
- prometheus
- grafana
- rabbitmq
2017-01-30 18:25:28 +01:00
- torrents
2021-01-03 17:19:53 +01:00
- plex
2017-01-30 18:25:28 +01:00
[pennyworth](https://en.wikipedia.org/wiki/Alfred_Pennyworth)
----------
2018-03-11 19:21:08 +01:00
[Server](./roles/server.nix).
2021-01-03 17:19:53 +01:00
Hetzner cloud VPS (Storage: 20GB, RAM: 2GB, 1 core)
2017-01-30 18:25:28 +01:00
2018-03-11 19:21:08 +01:00
- [website](./services/website.nix)
- [email](./services/mail.nix)
2021-01-03 17:19:53 +01:00
- irc/weechat
- vpn + http gateway for some services
2017-01-30 18:25:28 +01:00
[woodhouse](https://en.wikipedia.org/wiki/List_of_Archer_characters#Recurring_characters)
-----------
2021-01-03 17:19:53 +01:00
intel nuc connected to the tv (storage: 250GB ssd, RAM: 8GB)
2017-01-30 18:25:28 +01:00
2021-01-03 17:19:53 +01:00
- plex media player
- todo: sshfs mount to frumar
2017-01-30 18:25:28 +01:00
[jarvis](https://en.wikipedia.org/wiki/Edwin_Jarvis)
--------
2018-03-11 19:21:08 +01:00
[workstation](./roles/workstation.nix).
2017-01-30 18:25:28 +01:00
dell xps 13 (RAM: 16GB, storage: 512GB ssd, 2 cores ht)
2021-01-03 17:19:53 +01:00
[blackadder](https://en.wikipedia.org/wiki/Edmund_Blackadder#Edmund_Blackadder_Esq._(Regency_Britain))
--------
[workstation](./roles/workstation.nix).
https://tweakers.net/productcollectie/wijzig/2583112/
ryzen 9 (RAM: 64GB, storage: 1TB ssd, 16 cores ht)
2017-01-30 18:25:28 +01:00
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
```