Dotfiles
 
 
 
 
 
 
Go to file
Yorick van Pelt 56f9cba5bc
update email, setup backups
2021-01-03 22:06:31 +01:00
.git-crypt use git-crypt 2018-02-27 17:01:13 +01:00
deploy initial commit 2020-05-21 17:39:38 +02:00
keys update email, setup backups 2021-01-03 22:06:31 +01:00
logical update email, setup backups 2021-01-03 22:06:31 +01:00
modules add lumi-vpn module 2021-01-03 17:38:59 +01:00
nix update email, setup backups 2021-01-03 22:06:31 +01:00
packages initial commit 2020-05-21 17:39:38 +02:00
physical treewide: remove impure nixpkgs 2021-01-03 17:12:16 +01:00
roles global: enable prometheus exporters 2021-01-03 19:00:33 +01:00
services update email, setup backups 2021-01-03 22:06:31 +01:00
.gitattributes grafana: google login 2021-01-03 18:59:55 +01:00
.gitignore add gitignore 2021-01-03 17:13:13 +01:00
README.md update readme 2021-01-03 17:19:53 +01:00
conf treewide: remove impure nixpkgs 2021-01-03 17:12:16 +01:00
secrets.nix secrets.nix: update 2021-01-02 20:52:19 +01:00
servers.nix copy-key: fix build 2021-01-03 16:41:48 +01:00
sshkeys.nix rm deploy key 2020-05-21 18:12:08 +02:00
vpn.nix initial commit 2020-05-21 17:39:38 +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