top-level configurations for all my NixOS machines
Go to file
2022-07-10 02:57:40 -07:00
helpers port helpers/home-manager-gen-colin.nix to modules system 2022-06-09 14:50:24 -07:00
machines electrum: put on all GUI systems 2022-07-07 04:10:57 -07:00
modules home packages: remove zola/gnumake; the repo for uninsane.org configures these now 2022-07-09 14:27:05 -07:00
nixpatches pkgs: ship zecwallet-lite as a patch instead of a custom pkg 2022-07-10 02:57:40 -07:00
pkgs pkgs: ship zecwallet-lite as a patch instead of a custom pkg 2022-07-10 02:57:40 -07:00
secrets vpn: rename ovpnd -> ovpnd-us 2022-07-09 00:52:05 -07:00
.gitignore move secrets to a subdirectory, for improved overrides 2022-05-26 23:52:08 -07:00
.sops.yaml add aerc accounts.conf to secret store (and home-manager) 2022-06-20 23:55:43 -07:00
flake.lock update: nixpkgs 2022-07-06 -> 2022-07-08 2022-07-09 01:42:25 -07:00
flake.nix home-manager: import from flake.nix, not env/home-manager.nix 2022-07-06 14:36:14 -07:00
readme.md cleanup TODO, readme 2022-06-26 03:44:41 -07:00
TODO.md TODO: remove video drivers item 2022-07-06 14:47:22 -07:00

to deploy:

nixos-rebuild --flake "./#servo" {build,switch}

more options (like building packages defined in this repo):

nix flake show

secrets

i use sops for secrets. see modules/universal/secrets.nix for some tips.

building images

to build a distributable image (GPT-formatted image with rootfs and /boot partition):

nix build ./#imgs.lappy

this can then be dd'd onto a disk and directly booted from a EFI system. there's some post-processing to do before running a rebuild on the deployed system (deploying ssh keys, optionally changing fs UUIDs, etc). refer to flake.nix for more details.