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.
- Host: GitHub
- URL: https://github.com/poaclu/nix-config
- Owner: Poaclu
- Created: 2024-12-07T18:15:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T19:18:48.000Z (over 1 year ago)
- Last Synced: 2025-03-17T21:20:00.095Z (over 1 year ago)
- Topics: nix, nix-flake, nixos, nixos-config, nixos-configuration, nixos-dotfiles
- Language: Nix
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)