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.8.0` → `v2.9.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>pocket-id/pocket-id (ghcr.io/pocket-id/pocket-id)</summary> ### [`v2.9.0`](https://github.com/pocket-id/pocket-id/blob/HEAD/CHANGELOG.md#v290) [Compare Source](https://github.com/pocket-id/pocket-id/compare/v2.8.0...v2.9.0) ##### Bug Fixes - issues with loading new font ([#​1496](https://github.com/pocket-id/pocket-id/pull/1496) by [@​MelvinSnijders](https://github.com/MelvinSnijders)) - PAR parameters not respected by authorize page ([3d9d4de]( |
||
|---|---|---|
| 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