configuration.nix/README.md

21 lines
215 B
Markdown
Raw Permalink Normal View History

2023-11-01 19:17:15 +01:00
# My personal nixos config.
2023-09-10 18:10:06 +02:00
2023-11-18 06:30:40 +01:00
### Usage
2023-09-10 18:10:06 +02:00
2024-07-07 23:32:52 +02:00
To build the nixos system:
2023-11-01 19:17:15 +01:00
```bash
2024-07-07 23:32:52 +02:00
make nixos
2023-11-01 19:17:15 +01:00
```
To build ivand home:
2023-09-10 18:10:06 +02:00
```bash
2024-07-07 23:32:52 +02:00
make home
2023-09-10 18:10:06 +02:00
```
2024-07-07 23:32:52 +02:00
To make music:
```bash
make music # this will compile the realtime kernel
2023-11-25 08:01:06 +01:00
```