Dotfiles
 
 
 
 
 
 
Go to file
Yorick van Pelt 5caaa521fc x11 forwarding 2017-02-27 16:20:31 +01:00
keys add pennyworth backup key 2016-09-21 18:20:33 +02:00
logical another round of renaming 2017-02-02 17:22:03 +01:00
modules another round of renaming 2017-02-02 17:22:03 +01:00
packages update frumar 2016-12-25 00:14:47 +01:00
physical fix paths 2017-02-02 18:58:13 +01:00
roles x11 forwarding 2017-02-27 16:20:31 +01:00
.gitignore add tor keys 2016-04-21 22:33:15 +02:00
README.md split off functionality into roles 2017-02-02 16:58:48 +01:00
conf fix paths 2017-02-02 18:58:13 +01:00
deploy_key.asc add new secrets 2016-07-29 19:05:30 +02:00
network.nix remove ospinio 2016-12-08 15:33:35 +01:00
release-unstable.nix add release-unstable.nix 2017-02-02 23:14:55 +01:00
secrets.nix.asc add grafana+influxdb 2017-01-26 14:45:11 +01:00
secrets_dummy.nix add release-unstable.nix 2017-02-02 23:14:55 +01:00
sshkeys.nix switch to gpg-agent 2016-09-21 15:16:35 +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

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

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

  • includes a power saving script

jarvis

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