My nix based configuration
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/pocket-id/pocket-id](https://github.com/pocket-id/pocket-id) | minor | `v2.10.0` → `v2.11.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/12) for more information. --- ### Release Notes <details> <summary>pocket-id/pocket-id (ghcr.io/pocket-id/pocket-id)</summary> ### [`v2.11.0`](https://github.com/pocket-id/pocket-id/blob/HEAD/CHANGELOG.md#v2110) [Compare Source](https://github.com/pocket-id/pocket-id/compare/v2.10.0...v2.11.0) ##### Bug Fixes - postgres migration [`2025082`]( |
||
|---|---|---|
| home | ||
| hosts | ||
| modules | ||
| overlays | ||
| pkgs | ||
| terraform | ||
| users | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
| renovate.json | ||
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.
How to install Nix and Deploy this Flake?
After installed NixOS with nix-command & flake enabled, you can deploy this flake with the following command:
sudo nixos-rebuild switch --flake .#nixos-test