nixos-config/README.md

11 lines
379 B
Markdown
Raw Normal View History

2024-07-18 06:08:27 +02:00
# Dotfiles
2024-06-24 16:06:35 +00:00
2024-12-02 01:03:01 +01:00
My NixOS configuration.
2025-05-29 17:04:58 +02:00
## Installation
2024-12-02 01:03:01 +01:00
2025-05-29 17:04:58 +02:00
For disk configuration we use disko, this means that installing the system from the configuration is just a single command:
```
sudo nix --experimental-features "nix-command flakes" run "github:nix-community/disko/latest#disko-install" -- --flake git+https://git.bulthuis.dev/Jan/dotfiles#<hostname> --disk main /dev/sda
```