Update README.md
This commit is contained in:
22
README.md
22
README.md
@@ -1,18 +1,18 @@
|
|||||||
# OCbwoy3's Dotfiles
|
# OCbwoy3's Dotfiles
|
||||||
The second ones, because the first ones were too difficult to install.
|
|
||||||
|
|
||||||
**The default password for `ocbwoy3` is `password`!!!**
|
**Default values you should change. There is no point hiding them as you'll find them in the code anyway:**
|
||||||
**The default git creds should be changed.**
|
|
||||||
|
- User: `ocbwoy3`
|
||||||
|
- Password: `password'
|
||||||
|
- Git creds: `OCbwoy3 <ocbwoy3@ocbwoy3.dev>`
|
||||||
|
|
||||||
|
**Prerequisites:**
|
||||||
|
- NixOS
|
||||||
|
- Knowledge of the terminal
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~
|
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
|
cd config
|
||||||
cp /etc/nixos/hardware-configuration.nix .
|
sudo nixos-rebuild switch --flake .#default --impure --cores 4
|
||||||
sudo nixos-rebuild switch --flake ./#default --impure
|
|
||||||
```
|
|
||||||
|
|
||||||
Commands you will most likely need:
|
|
||||||
```bash
|
|
||||||
sudo nixos-rebuild switch --flake ./#default --impure
|
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user