Go to file
2024-07-02 22:22:26 +02:00
disko hosts: kabtopci: fix path and add mount script 2024-06-11 17:14:24 +02:00
hosts flake update and move all back to nixos-hardware master 2024-07-02 22:22:26 +02:00
modules hosts: steamdeck: update to plasma6 change defaultSession 2024-06-22 11:46:35 +02:00
secrets secrets: rekey 2024-06-11 17:55:44 +02:00
flake.lock flake update and move all back to nixos-hardware master 2024-07-02 22:22:26 +02:00
flake.nix flake update and move all back to nixos-hardware master 2024-07-02 22:22:26 +02:00
README.md disko: README fixup 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