Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CrazedProgrammer/nix
My NixOS configuration files
https://github.com/CrazedProgrammer/nix
nix nixos nixos-configuration
Last synced: 2 months ago
JSON representation
My NixOS configuration files
- Host: GitHub
- URL: https://github.com/CrazedProgrammer/nix
- Owner: CrazedProgrammer
- License: mit
- Created: 2017-08-06T15:51:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T21:33:36.000Z (about 2 years ago)
- Last Synced: 2024-08-14T10:14:12.462Z (6 months ago)
- Topics: nix, nixos, nixos-configuration
- Language: Nix
- Homepage:
- Size: 1.21 MB
- Stars: 15
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# nix
My NixOS configuration files.
# Structure
`dotfiles/` contains dotfiles and scripts such as `init.vim` and
`bin/gitree`.`modules/` contains NixOS configuration modules. Each machine has its
"entry point" in `modules/hosts/.nix`. `/etc/nixos/configuration.nix`
is empty and only contains an import of the corresponding entry point.`pkgs/` contains overlays, custom packages and overrides.
# Building
In order to build this configuration, you need to use these channels:
```
nixos https://nixos.org/channels/nixos-22.11
nixos-unstable https://nixos.org/channels/nixos-unstable
```