1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-23 16:11:51 +03:00
digga/examples/devos
2022-07-09 12:51:35 -04:00
..
hosts devos: add a darwin host + separate os-specific configs 2022-04-24 12:27:23 -04:00
lib tree: move everything into examples/devos 2022-02-23 15:21:28 -08:00
modules devos: add a darwin host + separate os-specific configs 2022-04-24 12:27:23 -04:00
overlays devos: override nix-index pkg with latest 2022-04-27 19:52:39 -04:00
pkgs tree: move everything into examples/devos 2022-02-23 15:21:28 -08:00
profiles chore: docs + formatting 2022-04-24 12:44:15 -04:00
secrets tree: move everything into examples/devos 2022-02-23 15:21:28 -08:00
shell devos:devshell: exclude deploy-rs on darwin 2022-07-09 12:51:35 -04:00
users devos: add a darwin host + separate os-specific configs 2022-04-24 12:27:23 -04:00
.editorconfig tree: move everything into examples/devos 2022-02-23 15:21:28 -08:00
.envrc tree: move everything into examples/devos 2022-02-23 15:21:28 -08:00
.gitignore tree: move everything into examples/devos 2022-02-23 15:21:28 -08:00
COPYING tree: move everything into examples/devos 2022-02-23 15:21:28 -08:00
default.nix tree: move everything into examples/devos 2022-02-23 15:21:28 -08:00
flake.nix chore: update inputs to track 22.05 release channels 2022-07-09 11:15:39 -04:00
README.md Merge devos docs and README into top-level 2022-02-26 12:20:58 -08:00
shell.nix tree: move everything into examples/devos 2022-02-23 15:21:28 -08:00

Nix Configuration

This repository is home to the nix code that builds my systems.

Why Nix?

Nix allows for easy to manage, collaborative, reproducible deployments. This means that once something is setup and configured once, it works forever. If someone else shares their configuration, anyone can make use of it.

This flake is configured with the use of digga.