52356a4a87d07d8f456fab1a718a833a8fb4d0b6
NixOS configuration
Getting Started
System rebuild
- (Optional) On ./system/users.nix, replace
biscuitonusers.users.biscuitwith your own username. If you are creating a new user (by replacingbiscuit), or ignoring the file, the default password isvery-insecure-password. Make sure to replace it! - Replace
hardware-configuration.conf(each located atnixosfolder) with your own. You can generate a config vianixos-generate-config --dir ./nixos/. - While in this folder, rebuild your system using this command:
sudo nixos-rebuild switch --flake ./#${YOUR_CHOICE}. For example, if you chosebiscuitconfig, you type the following:sudo nixos-rebuild switch --flake ./#biscuit.
Home rebuild
Description
Languages
Nix
97.3%
Shell
2.7%