My unified nix flake for all configuration management.
Find a file
Daniel Flanagan 727a70d843
All checks were successful
/ check (push) Successful in 3m45s
Comment
2024-09-12 12:05:22 -05:00
.forgejo/workflows Build 2024-08-30 11:36:08 -05:00
disko Commenting 2024-09-12 11:58:24 -05:00
lib Moving thinker back to nixos 2024-07-17 20:22:16 -05:00
modules Comment 2024-09-12 12:05:22 -05:00
nixos Comment 2024-09-12 12:05:22 -05:00
overlays Comment 2024-09-12 12:05:22 -05:00
packages Comment 2024-09-12 12:05:22 -05:00
secrets Setup grafana smtp 2024-09-11 15:28:52 -05:00
templates Commenting 2024-09-12 11:58:24 -05:00
.envrc Fprintd fixes? 2024-03-24 14:34:44 -05:00
.gitignore Implement pre-commit using the pre-commit-hooks flake 2024-02-23 10:35:41 -06:00
.sops.yaml Beefcake is alive 2024-09-04 09:19:47 -05:00
flake.lock Bringing sway back 2024-09-12 11:22:43 -05:00
flake.nix Comment 2024-09-12 12:05:22 -05:00
readme.md Badger badger badger badger badger badger badger 2024-08-30 13:03:23 -05:00
safe-remote-upgrade.bash WIP kanidm 2024-08-06 10:33:09 -05:00

Nix

flake check status build status

My grand, declarative, and unified application, service, environment, and machine configuration, secret, and package management in a single flake. ❤️ ❄️

NOTE: Everything in here is highly specific to my personal preference. I can't recommend you actually use this in any way, but hopefully some stuff in here is useful inspiration.

Quick Start

$ nixos-rebuild switch --flake git+https://git.lyte.dev/lytedev/nix#${FLAKE_ATTR}

You don't have even have to clone this crap yourself. How cool is that! But if you do, it looks like this:

$ nixos-rebuild switch --flake ./repo/dir/for/nix#${FLAKE_ATTR}

Secrets

If you're deploying anything secrets-related, you will need the proper keys:

$ mkdir -p ${XDG_CONFIG_HOME:-~/.config}/sops/age
$ pass age-key >> ${XDG_CONFIG_HOME:-~/.config}/sops/age/keys.txt

NixOS

$ nixos-rebuild switch --flake .

Not NixOS

NOTE: I pretty much solely use Home Manager as a NixOS module presently, so this is not fully supported.

$ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
$ nix run github:nix-community/home-manager switch --flake git+https://git.lyte.dev/lytedev/nix#${FLAKE_ATTR}

Internal/Advanced Usage

See lib/internal.md.

To Do

Short Term

Long Term