colin 18ca147b67 pkgs: add gpodder podcast player
the maintainer says it's CLI configurable, so long-term i should be able
to find a way to configure it with nix.
2022-09-21 01:59:40 -07:00
2022-09-18 02:07:34 -07:00
2022-09-21 01:59:40 -07:00
2022-09-18 02:34:32 -07:00
2022-09-14 14:45:07 -07:00
2022-08-31 17:01:41 -07:00
2022-08-24 19:46:10 -07:00
2022-08-08 20:36:35 -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.

Description
top-level configurations for all my NixOS machines
Readme 26 MiB
Languages
Nix 80.9%
C 8.7%
Python 4.5%
Hare 2.9%
Shell 1.2%
Other 1.7%