blob: 4884d6639db28180102d4970bca6d06c728bbc1d (
plain) (
tree)
|
|
Configurations for my machines.
## nixos
To rebuild the host:
``` sh
sudo nixos-rebuild switch --flake .
```
or
``` sh
nix-rebuild-host
```
## home-manager
To rebuild the configuration for `home-manager`:
``` sh
home-manager switch --flake .
```
## update flakes
To update the flakes:
``` sh
nix flake update
```
## templates
To use one of the template, run:
``` sh
nix flake init -t .#rust
nix flake init -t .#go
```
|