From a1835a4ae9eacf8cd0379e4cd1aa768218426967 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 7 Jan 2025 18:21:11 -0800 Subject: fix --- README.org | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 1b49db0..0d502c2 100644 --- a/README.org +++ b/README.org @@ -17,15 +17,19 @@ and then on your NixOS system, run: # remove the single CHANGEME line nano ~/src/toughnix/configuration.nix - - sudo nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update - sudo nixos-rebuild switch --flake .#continuity-dell + bash ~/src/toughnix/stg2.sh + bash ~/src/toughnix/stg3.sh #+end_src Note the line where we run ~nano~; during this period you should change any hardware or person-specific settings, and also alter ~configuration.nix~ more if you are using an encrypted drive. After this process, reboot and log into your user. You will immediately be taken into Hyprland, and Emacs and Firefox will autostart. +** Troubleshooting +If you encounter an error in home-manager after building (can't start the home-manager process +because it can't resolve so-and-so hostname), run ~doas nixos-rebuild switch~, and possibly +wait a couple seconds before that. I've run into this issue before. Note that after building +this system, my system uses ~doas~ instead of ~sudo~. * Usage On your first install, you will be greeted with firefox, as well as EMacs. If Waybar doesn't appear, run ~hyprctl monitors~ in a terminal (Windows key + Enter), and you should see the monitors -- cgit