306e540a6775c72df4c69e00b5e4d0e6c8c5cad4
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%