Nix setup for the machine nil
This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
James Patrick f5282d3368 Required for reading journalctl --user. 2021-12-02 00:11:15 -05:00
home Firefox is now working. On to the next thing 2021-11-28 22:06:47 -05:00
hosts Firefox is now working. On to the next thing 2021-11-28 22:06:47 -05:00
modules Required for reading journalctl --user. 2021-12-02 00:11:15 -05:00
.env_sample Added README & sample .env 2021-11-15 11:58:15 -05:00
.gitignore Refactored into flake 2021-11-27 20:10:36 -05:00
flake.lock Refactored into flake 2021-11-27 20:10:36 -05:00
flake.nix Firefox is now working. On to the next thing 2021-11-28 22:06:47 -05:00
home.nix Updated base packages too add killall. 2021-12-02 00:09:39 -05:00
makefile Added install nix to nix_install 2021-11-15 09:54:02 -05:00
readme.md Added references documentation 2021-11-15 20:39:33 -05:00

readme.md

Nil Install Guide

This is the nix configuration for a 2021 Thinkpad T14 AMD g2 machine named nil.

The boot media looks like

NAME                          TYPE     MOUNTPOINT
nvme0n1                       disk
├─nvme0n1p1                   part     /boot
└─nvme0n1p2                   part
  └─crypt                     crypt    /dev/mapper/root
    └─partitions              lvm
      ├─swap                  swap     /dev/partitions/swap
      └─lvm_root              lvm      /dev/partitions/lvm_root
        └─rpool               zpool
          ├─rpool/root        zfs
          ├─rpool/root/nixos  zfs      /
          └─rpool/home        zfs      /home

Install

A makefile is used for ease of use. To set this up on a new machine you will need the following:

nix-env -iA nixos.gnumake
nix-env -iA nixos.git

then checkout this repo, create & modify the .env file

git clone https://git.jpatrick.io/james/nil.git /tmp/install
cd /tmp/install
cp .env_sample .env

Once you have set the PASSPHRASE & DISK vars run

sudo make nix_install

TODO

  • Document setting the networking.hostId variable.
  • Use NixOS Hardware Modules.
  • Fix wireless driver issue :: This uses the Realtek 8852AE 802.11AX WWAN.

References