No description
Find a file
2018-11-10 12:04:18 +01:00
.git-crypt Add 1 git-crypt collaborator 2018-10-28 12:50:33 +01:00
_archive make * composable; add install medium; archive prevoius code 2018-10-31 01:18:04 +01:00
nix nix/home: fix typo 2018-11-10 12:04:18 +01:00
.envrc add envrc and shell.nix with 'just' pkg 2018-11-10 12:04:18 +01:00
.gitattributes use git-encrypt for secrets 2018-01-26 20:37:44 +01:00
.gitignore nix config udpate; polish top-level Justfile 2018-11-10 12:04:18 +01:00
Justfile Justfile/hm-iterate-qtile: fallback to building system 2018-11-10 12:04:18 +01:00
README.md Update roadmap 2018-11-10 12:04:18 +01:00
shell.nix shell: add emergency tools 2018-11-10 12:04:18 +01:00

steveej's infra

This repository helps me to manage all computer infrastructure. This is mostly achieved with the help of Nix.

In the unlikely case that you actually read this and have any questions please don't hesitate to reach out.

Roadmap

  • All graphical systems (incl. install media) must have
    • Full-disk encryption by default
    • Yubikey support with SSH auth
  • Migrate all devices to new structure
    • Encrypted Install media
    • steveej-laptop
    • steveej-laptop-work
  • Migrate home environment to new structure
    • home-manager
    • pkgs-configuration
    • development environments
  • (Semi-) automatic synchronization of important repositories
    • Modification strategy
    • dotfiles
    • password-store
    • this repo
  • Toplevel Justfile for simple actions
    • mount/umount disks
    • install to mounted disk
    • rebuild running system
    • update running system
    • annotate recipes with some documentation
    • declare shell.nix with runtime deps
    • partition/encrypt/format disks
  • Document bootstrap process
    • a new machine
    • an install media
  • Design disaster recovery
  • Automatic backups
    • tracked dotfiles
    • detect new and untracked dotfiles?
  • Recycle _archived
  • Maybe make this a nix-overlay

Usage

(These are reminders for my future self)

just --list

Bootstrap

A new machine

  1. boot with an install media
  2. clone infra repository