Updated neovim
This commit is contained in:
parent
01149dfa62
commit
e53edb2f90
3 changed files with 32 additions and 28 deletions
|
|
@ -1,16 +1,19 @@
|
|||
# NixOS Config
|
||||
|
||||
Apply cloned config
|
||||
|
||||
```bash
|
||||
sudo nixos-rebuild switch --flake ~/nixos-config#kylekrein-homepc
|
||||
```
|
||||
|
||||
Rebuild system
|
||||
|
||||
```bash
|
||||
nh os switch
|
||||
```
|
||||
|
||||
Generate hardware report
|
||||
|
||||
```bash
|
||||
sudo nix run \
|
||||
--option experimental-features "nix-command flakes" \
|
||||
|
|
@ -20,12 +23,15 @@ sudo nix run \
|
|||
```
|
||||
|
||||
## Install system
|
||||
|
||||
Assuming that you're in nixos installer
|
||||
|
||||
```bash
|
||||
sudo nix --extra-experimental-features "flakes nix-command" run github:nix-community/disko -- --mode zap_create_mount --flake github:KyleKrein/nixos-config#kylekrein-homepc
|
||||
```
|
||||
|
||||
Copy sops age keys to `/persist/sops/age/keys.txt` or to `/var/lib/sops/age/keys.txt` if not using impermanence
|
||||
Copy sops age keys to `/persist/sops/age/keys.txt` or to
|
||||
`/var/lib/sops/age/keys.txt` if not using impermanence
|
||||
|
||||
```bash
|
||||
sudo mkdir /mnt/tmp && TMPDIR=/mnt/tmp sudo nixos-install --flake github:KyleKrein/nixos-config#kylekrein-homepc --no-root-passwd && sudo rm -rf /mnt/tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue