dotfiles/provision
2023-11-19 11:36:46 -08:00
..
home-modules declarative setup of chromium and chrome 2023-11-19 11:29:30 -08:00
hosts adjust for chromium on bulwark 2023-11-19 11:36:46 -08:00
lib home modules for firefox 2023-11-18 21:56:19 -08:00
modules declarative setup of chromium and chrome 2023-11-19 11:29:30 -08:00
overlays add artwork and modify script for emulators in steam 2023-11-12 23:49:16 -08:00
pkgs revert changes for iSH 2023-10-14 21:24:26 -07:00
additional-setup.md revert changes for iSH 2023-10-14 21:24:26 -07:00
flake.lock declarative setup of chromium and chrome 2023-11-19 11:29:30 -08:00
flake.nix home modules for firefox 2023-11-18 21:56:19 -08:00
readme.md revert changes for iSH 2023-10-14 21:24:26 -07:00

Provision Nixos

*NixOS was a mistake.*

Set of configs files to setup NixOS.

Usage

  1. Install NixOS with this guide. Use the following paritions and btrfs subvolumes:

    Name Type Mount Point Size
    EFI vfat /boot 512MB
    root btrfs / rest of disk
    home btrfs /home subvol
    nix btrfs /nix subvol
    persist btrfs /persist subvol
    log btrfs /var/log subvol
  2. Run the following commands:

    nix-shell -p vim git
    git clone https://github.com/starr-dusT/dotfiles ~/.local/share/chezmoi 
    

    Move the installer created hardware.nix to dotfiles.

    Copy .chezmoidata.yaml.example to .chezmoidata.yaml and edit with desired settings then run the following commands:

    nixos-update # Assuming hostname is same as flake name
    

Perform additional setup found in additional-setup

Update

nixos-update command is aliased assuming the flake is named the same at the hostname of the machine.