Dotfiles
 
 
 
 
 
 
Go to file
Yorick van Pelt d09ae68cdf
remove lumi cache example
2018-11-20 22:39:49 +01:00
.git-crypt use git-crypt 2018-02-27 17:01:13 +01:00
deploy add key deployment, fix pennyworth 2018-03-11 23:17:55 +01:00
keys add key deployment, fix pennyworth 2018-03-11 23:17:55 +01:00
logical woodhouse: disable mounts, add tv user 2018-11-20 22:30:00 +01:00
modules stop running tor everywhere 2018-11-20 22:31:05 +01:00
packages xps9360: move hw config to nixos-hardware 2018-11-20 22:28:02 +01:00
physical woodhouse: disable mounts, add tv user 2018-11-20 22:30:00 +01:00
roles remove lumi cache example 2018-11-20 22:39:49 +01:00
services Only make quassel container when enabled 2018-05-12 18:12:02 +02: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 update pennyworth, move git 2018-05-25 00:27:43 +02:00
deploy_key use git-crypt 2018-02-27 17:01:13 +01:00
secrets.nix add key deployment, fix pennyworth 2018-03-11 23:17:55 +01:00
servers.json update for new usecase 2018-11-20 21:50:03 +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

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