dotfiles/provision
2023-12-26 11:30:00 -08:00
..
home-modules change some other themes to gruvbox 2023-12-14 00:24:59 -08:00
hosts center image in gnome 2023-12-26 11:30:00 -08:00
lib remove unused style files 2023-11-19 12:18:45 -08:00
modules update some styling including a kestrel background 2023-12-25 23:40:29 -08:00
overlays switch back to upstream rss-bridge 2023-12-02 17:10:13 -08:00
pkgs switch back to upstream rss-bridge 2023-12-02 17:10:13 -08:00
secrets update github secret 2023-11-25 02:41:16 -08:00
.sops.yaml initial try with github and sops-nix 2023-11-19 22:55:56 -08:00
additional-setup.md update additional-setup for chromium 2023-12-02 17:30:21 -08:00
flake.lock update lock file for ollama 2023-12-25 23:37:05 -08:00
flake.nix update from NixOS 23.05 to NixOS unstable 2023-11-23 01:21:58 -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.