You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
.. | ||
machines | 2 weeks ago | |
modules | 4 weeks ago | |
roles | 4 months ago | |
services | 5 months ago | |
.gitignore | 6 months ago | |
README.md | 11 months ago | |
overlay.nix | 6 months ago | |
sshkeys.nix | 6 months ago | |
vpn.nix | 6 months ago |
README.md
My nixos configurations.
Systems
frumar
Physical server. Mostly used for files. (storage: 30 TB hdd + 256GB ssd, RAM: 16GB, 2 cores ht)
- prometheus
- grafana
- rabbitmq
- torrents
- plex
pennyworth
Server. Hetzner cloud VPS (Storage: 20GB, RAM: 2GB, 1 core)
jarvis
workstation. dell xps 13 (RAM: 16GB, storage: 512GB ssd, 2 cores ht)
blackadder
workstation. https://tweakers.net/productcollectie/wijzig/2583112/ ryzen 9 (RAM: 64GB, storage: 1TB ssd, 16 cores ht)
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