Dotfiles
 
 
 
 
 
 
Go to file
Yorick van Pelt 3ea4addcb2 use git-crypt 2018-02-27 17:01:13 +01:00
.git-crypt use git-crypt 2018-02-27 17:01:13 +01:00
keys use git-crypt 2018-02-27 17:01:13 +01:00
logical some changes after nix 2.0 2018-02-27 16:31:16 +01:00
modules some changes after nix 2.0 2018-02-27 16:31:16 +01:00
packages gogs switched out 2017-06-16 17:11:16 +02:00
physical some changes after nix 2.0 2018-02-27 16:31:16 +01:00
roles some changes after nix 2.0 2018-02-27 16:31:16 +01:00
.gitattributes use git-crypt 2018-02-27 17:01:13 +01:00
README.md Fix readme typo. 2017-06-29 23:39:47 +02:00
conf use git-crypt 2018-02-27 17:01:13 +01:00
deploy_key use git-crypt 2018-02-27 17:01:13 +01: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 use git-crypt 2018-02-27 17:01:13 +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