An open API service indexing awesome lists of open source software.

https://github.com/poaclu/nix-config

My personnal NixOS config, with flake, mutiple hosts, modules, etc.
https://github.com/poaclu/nix-config

nix nix-flake nixos nixos-config nixos-configuration nixos-dotfiles

Last synced: 10 months ago
JSON representation

My personnal NixOS config, with flake, mutiple hosts, modules, etc.

Awesome Lists containing this project

README

          

# nix-config

My attempt to create and maintain NixOS configuraiton files

Where I store them : `~/sources/nix-config`

what I do to deploy them (not tested) :
- On NixOS : `nix run nixpkgs#topgrade --config ~/sources/nix-config/packages/topgrade/topgrade.toml`
- other : need to install Topgrade first : `topgrade --config ~/sources/package/topgrade/topgrade.toml`

## TODO
See [TODO](TODO.md) for a list of tasks to be completed.

## Home-manager
See also my [home-manager config](https://github.com/Poaclu/home-manager)