top-level configurations for all my NixOS machines
Go to file
2022-05-21 00:40:56 -07:00
lappy lappy: move more stuff to the toplevel lappy/default.nix 2022-05-21 00:15:33 -07:00
modules migrate the nix install to an external USB drive. 2022-05-17 01:58:12 +00:00
pkgs toy around with explicitly spinning down the hard drive during shutdown 2022-05-18 10:40:28 +00:00
secrets port to a flake 2022-05-21 01:59:51 +00:00
uninsane factor out the uninsane machine a bit better 2022-05-21 00:30:29 -07:00
.gitignore update readme to explain how to handle secrets with git 2022-05-21 02:08:49 +00:00
configuration.nix port to a flake 2022-05-21 01:59:51 +00:00
flake.lock lappy: move more stuff to the toplevel lappy/default.nix 2022-05-21 00:15:33 -07:00
flake.nix factor out a decl-machine helper 2022-05-21 00:40:56 -07:00
readme.md update readme to explain how to handle secrets with git 2022-05-21 02:08:49 +00:00

after checking out, drop secrets into secrets/

to build:

nixos-rebuild --flake "/etc/nixos/#uninsane" {build,switch}

query with:

nix flake show

secrets

change files in secrets/. they need to be checked into git with some placeholder text for them to be exposed to the flake, but after that you can set them to their real value and run git update-index --assume-unchanged secrets/*