more notes on post-install setup
This commit is contained in:
parent
a51e20d141
commit
7ef1bba0ce
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -78,11 +78,21 @@ cd ~/dev/dotfiles/
|
||||||
mkdir -p nixos/boxes/HOSTNAME
|
mkdir -p nixos/boxes/HOSTNAME
|
||||||
cp nixos/boxes/bootstrap/2.nix nixos/boxes/HOSTNAME/default.nix
|
cp nixos/boxes/bootstrap/2.nix nixos/boxes/HOSTNAME/default.nix
|
||||||
cp nixos/boxes/bootstrap/hardware-configuration.nix nixos/boxes/HOSTNAME/
|
cp nixos/boxes/bootstrap/hardware-configuration.nix nixos/boxes/HOSTNAME/
|
||||||
ln -vfs /home/cyryl/dev/dotfiles/nixos/boxes/HOSTNAME/default.nix /etc/nixos/configuration.nix
|
sudo ln -vfs /home/cyryl/dev/dotfiles/nixos/boxes/HOSTNAME/default.nix /etc/nixos/configuration.nix
|
||||||
sudo nixos-rebuild switch --upgrade
|
sudo nixos-rebuild switch --upgrade
|
||||||
reboot
|
reboot
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ssh-keygen -t ed25519
|
||||||
|
# firefox sync
|
||||||
|
# bitwarden
|
||||||
|
# add key to sr.ht
|
||||||
|
cd ~/dev/dotfiles
|
||||||
|
git remote add git@git.sr.ht:~cyplo/dotfiles
|
||||||
|
git checkout nixos/boxes/bootstrap
|
||||||
|
```
|
||||||
|
|
||||||
## guix
|
## guix
|
||||||
|
|
||||||
I'm just starting to play with guix, these are just loose notes:
|
I'm just starting to play with guix, these are just loose notes:
|
||||||
|
|
Loading…
Reference in a new issue