Dotfiles
 
 
 
 
 
 
Go to file
Yorick van Pelt 27cf5f7bb9
blackadder: redeploy
2021-01-03 17:01:58 +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 new torrent wg setup 2021-01-03 16:39:47 +01:00
logical blackadder: redeploy 2021-01-03 17:01:58 +01:00
modules redeploy jarvis 2021-01-03 16:43:55 +01:00
nix update niv 2021-01-02 20:35:06 +01:00
packages initial commit 2020-05-21 17:39:38 +02:00
physical redeploy jarvis 2021-01-03 16:43:55 +01:00
roles roles/workstation: prepare yori-nix cache 2021-01-03 17:01:33 +01:00
services new torrent wg setup 2021-01-03 16:39:47 +01:00
.gitattributes use git-crypt 2018-02-27 17:01:13 +01:00
README.md reorganize 2018-03-11 19:22:13 +01:00
conf copy-key: fix build 2021-01-03 16:41:48 +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: 6 TB hdd + 256GB ssd, RAM: 8GB, 2 cores ht)

pennyworth

Server. VPS (Storage: 80GB, RAM: 1GB, 2 cores)

woodhouse

intel nuc connected to the tv (storage: 64GB ssd, RAM: 4GB)

  • kodi
  • sshfs mounts to alphonse & frumar

ascanius

workstation. hp elitebook 8570w (RAM: 16GB, 4 cores ht, storage: 256GB ssd + 300GB HDD)

  • includes a power saving script

jarvis

workstation. 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