My unified nix flake for all configuration management.
Go to file
Daniel Flanagan f386180bb7 Cleanup countdown and at scripts 2024-04-26 11:35:28 -05:00
disko Dragon updates 2024-01-06 11:43:30 -06:00
lib Dev ports 2024-01-19 09:39:21 -06:00
modules Cleanup countdown and at scripts 2024-04-26 11:35:28 -05:00
nixos Allow any origin for files.lyte.dev to let git.lyte.dev use web font 2024-04-20 10:31:20 -05:00
overlays Working foxtrot build 2024-03-24 17:48:02 -05:00
pkgs Add godot template, pin nixpkgs separately for iosevka-based font 2024-02-29 06:01:13 -06:00
secrets Server up 2023-11-02 14:38:37 -05:00
templates Update Elixir template to use overlay 2024-04-12 10:20:53 -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 Initial commit 2023-09-04 11:40:30 -05:00
flake.lock No mako since I'm chilling on Plasma 2024-04-05 11:21:20 -05:00
flake.nix No mako since I'm chilling on Plasma 2024-04-05 11:21:20 -05:00
readme.md Implement pre-commit using the pre-commit-hooks flake 2024-02-23 10:35:41 -06:00

readme.md

Nix

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