2024-10-21 14:11:56 +02:00
2024-07-15 21:29:57 +02:00
2024-10-21 14:11:56 +02:00
2024-10-21 14:07:47 +02:00
2024-10-20 11:05:34 +02:00
2024-10-05 10:32:00 +02:00
2023-12-20 11:46:24 +01:00

nixos-config

Install

Patitioning

  • Easiest is to run disko
  • Classic way: Partition disk with gdisk:
  1. EFI Partition, size 512M, type "EF00", Label "NIXBOOT"

  2. Root Partition, size 100%, type "8300", Label "NIXROOT"

Installing

  1. mount all the partitions and subvolumes to /mnt

  2. generate initial nixos config

# nixos-generate-config --root /mnt
  1. clone flake and check config
# cd /mnt/etc/nixos/
# git clone https://git.kabtop.de/Kabbone/nixos-config.git
  1. install system
# nixos-install --flake .#<host>
  1. reboot
Description
No description provided
Readme 12 MiB
Languages
Nix 98.6%
Python 1.2%
Shell 0.2%