dotfiles/nixos
Yorick van Pelt 8e62712dcb
blackadder: add castnow ports
2021-10-06 18:07:41 +02:00
..
deploy nixfmt 2021-05-29 18:05:31 +02:00
keys rm ascanius keys 2021-05-30 12:59:15 +02:00
logical blackadder: add castnow ports 2021-10-06 18:07:41 +02:00
modules pennyworth: update 2021-06-06 19:34:30 +02:00
physical fixes for xps9360 2021-10-06 17:43:29 +02:00
roles pipewire 2021-08-14 12:18:09 +02:00
services frumar: fix /home/public permissions 2021-06-07 00:07:29 +02:00
.gitignore merged nixos 2021-05-23 17:48:19 +02:00
README.md merged nixos 2021-05-23 17:48:19 +02:00
conf merged nixos 2021-05-23 17:48:19 +02:00
overlay.nix nixfmt 2021-05-29 18:05:31 +02:00
secrets.nix rm ascanius keys 2021-05-30 12:59:15 +02:00
servers.nix nixpkgs -> 540dccb2aeaffa9dc69bfdc41c55abd7ccc6baa3 2021-05-29 21:44:48 +02:00
sshkeys.nix nixfmt 2021-05-29 18:05:31 +02:00
vpn.nix rm ascanius keys 2021-05-30 12:59:15 +02:00

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)

  • website
  • email
  • irc/weechat
  • vpn + http gateway for some services

woodhouse

intel nuc connected to the tv (storage: 250GB ssd, RAM: 8GB)

  • plex media player
  • todo: sshfs mount to frumar

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