top-level configurations for all my NixOS machines
Go to file
colin 0c304e18eb flake update: nixpkgs 2022-09-18 -> 2022-09-22
in particular, hoping this will fix pleroma start sequence

```
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/f677051b8dc0b5e2a9348941c99eea8c4b0ff28f' (2022-09-18)
  → 'github:NixOS/nixpkgs/ae1dc133ea5f1538d035af41e5ddbc2ebcb67b90' (2022-09-22)
```
2022-09-23 23:45:36 -07:00
helpers port helpers/home-manager-gen-colin.nix to modules system 2022-06-09 14:50:24 -07:00
machines sane: tame matrix and transmission log levels 2022-09-23 23:03:31 -07:00
modules gpodder: auto-import feeds on launch 2022-09-23 04:14:46 -07:00
nixpatches servo: fix navidrome build 2022-09-23 05:33:17 -07:00
pkgs gpodder: auto-import feeds on launch 2022-09-23 04:14:46 -07:00
secrets NetworkManager: store (and deploy) wifi connections to all devices 2022-09-22 18:28:03 -07:00
.gitignore move secrets to a subdirectory, for improved overrides 2022-05-26 23:52:08 -07:00
.sops.yaml secrets: update moby keys 2022-08-31 17:01:41 -07:00
flake.lock flake update: nixpkgs 2022-09-18 -> 2022-09-22 2022-09-23 23:45:36 -07:00
flake.nix switch to nixos-unstable. some notes: 2022-09-20 22:31:47 -07:00
readme.md readme: document how to build custom sane packages 2022-09-22 17:44:57 -07:00
TODO.md moby: cross-compile the kernel 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.

building packages

to build one of the custom sane packages, just name it:

nix build ./#fluffychat-moby