Dotfiles
 
 
 
 
 
 
Go to file
Yorick van Pelt 7a7acb67f1 gogs switched out 2017-06-16 17:11:16 +02:00
keys add pennyworth backup key 2016-09-21 18:20:33 +02:00
logical mount oxygen instead of alphonse 2017-04-28 18:09:47 +02:00
modules 4.11 stable released. can finally stop building my own kernel 2017-05-03 18:57:44 +02:00
packages gogs switched out 2017-06-16 17:11:16 +02:00
physical switch back to dhcpcd, resolved is slow. still gotta go faster though. 2017-05-03 18:58:06 +02:00
roles gogs switched out 2017-06-16 17:11:16 +02:00
.gitignore add tor keys 2016-04-21 22:33:15 +02:00
README.md nixos 16.09 -> 17.03 2017-04-08 23:14:57 +02:00
conf nixos 16.09 -> 17.03 2017-04-08 23:14:57 +02: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