From c7b24be314f38fa4a867bc8149673b0a08a561dc Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Sat, 7 Dec 2024 00:21:21 +0200 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9d6d72f..16ea5f9 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ # OCbwoy3's Dotfiles -The second ones, because the first ones were too difficult to install. -**The default password for `ocbwoy3` is `password`!!!** -**The default git creds should be changed.** +**Default values you should change. There is no point hiding them as you'll find them in the code anyway:** + +- User: `ocbwoy3` +- Password: `password' +- Git creds: `OCbwoy3 ` + +**Prerequisites:** +- NixOS +- Knowledge of the terminal ```bash cd ~ -nix-shell -p git --run "git clone https://github.com/ocbwoy3/config" +nix run nixpkgs#git clone https://github.com/ocbwoy3/config cd config -cp /etc/nixos/hardware-configuration.nix . -sudo nixos-rebuild switch --flake ./#default --impure -``` - -Commands you will most likely need: -```bash -sudo nixos-rebuild switch --flake ./#default --impure -``` +sudo nixos-rebuild switch --flake .#default --impure --cores 4 +``` \ No newline at end of file