Dotfiles
 
 
 
 
 
 
Go to file
Yorick van Pelt fbb3463bd4 add readme 2017-01-30 18:25:28 +01:00
ascanius tmp fix trustedgrub build 2017-01-26 14:55:53 +01:00
frumar add grafana+influxdb 2017-01-26 14:45:11 +01:00
jarvis switch from synaptics to libinput 2017-01-26 14:52:06 +01:00
keys add pennyworth backup key 2016-09-21 18:20:33 +02:00
modules compatibility fix for new nginx configuration 2017-01-26 14:56:17 +01:00
packages update frumar 2016-12-25 00:14:47 +01:00
pennyworth add tmp pad hosting 2017-01-30 17:41:54 +01:00
roles add sensors collectd plugin 2017-01-29 19:13:01 +01:00
woodhouse add grafana+influxdb 2017-01-26 14:45:11 +01:00
.gitignore add tor keys 2016-04-21 22:33:15 +02:00
README.md add readme 2017-01-30 18:25:28 +01:00
conf update scripts 2017-01-30 17:41:05 +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
secrets.nix.asc add grafana+influxdb 2017-01-26 14:45:11 +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)

  • grafana
  • website
  • email
  • prosody
  • asterisk

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