GitXplorerGitXplorer
d

my-nix-config

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
0ab315e4b7cc48a43cfc560ef0d07feb9170d466

flake.lock: Update

ddarichey committed 7 days ago
Verified
8f91f9d3d5135923635e1494188a2caef34eaa05

Install kooha

ddarichey committed 7 days ago
Verified
0519a1b3f8d8fe9905e1919bb96d1d429678ee3c

Install font-awesome

ddarichey committed a month ago
Verified
11eb8a4c437f40b0036e79534d51333a78b14ef9

Disable sddm

ddarichey committed a month ago
Verified
06d22b0dfac1785c7f6ebe30a5e27aba4a86bcfa

Use nixos-unstable

ddarichey committed a month ago
Verified
7f50973a708890b81d04f771880011860e7f19fe

flake.lock: Update

ddarichey committed a month ago

README

The README file for this repository.

my-nix-config

My NixOS configuration. Not meant for use by anyone else except as a learning resource.

This configuration was based on Wil T's excellent NixOS introduction series.

Scripts

These mostly exist just so I don't forget the commands...

Update flake inputs:

./scripts/update.sh

Apply changes to system:

./scripts/apply.sh

Recurring issues

/boot out of space

The /boot partition on my desktop is woefully small and sometimes runs out of space when applying the configuration. I have found that this can be fixed by a combination of...

  • sudo rm -r /boot/kernels
  • sudo nix-env -p /nix/var/nix/profiles/system --delete-generations +2

Also of note: if something goes wrong, pass --install-bootloader to nixos-rebuild to reinstall the bootloader.