nixos-config/README.md

21 lines
507 B
Markdown
Raw Permalink Normal View History

2023-06-17 20:16:50 +02:00
# Dala's NixOS flake config
This is my Nix flake configuration for all my machines.
To build it, you can just run
```bash
nixos-rebuild switch --flake sr.ht:~dala/nixos-flake-config#{machine_name}
```
2023-10-10 14:07:41 +02:00
## Structure
Here is the structure of the project:
```
modules/ (Custom modules and wrappers around nixpkgs options)
|- server/ (Custom options for servers)
|- workstation/ (Custom options for personnal workstation)
configurations/ (Machines configuration defined with my custom modules' option)
```