17 lines
322 B
Markdown
17 lines
322 B
Markdown
# Most stuff
|
|
|
|
###
|
|
|
|
### Commands
|
|
|
|
|
|
```
|
|
nix flake update
|
|
|
|
sudo mergerfs -o cache.files=partial,dropcacheonclose=true,category.create=mfs /run/media/alex/disk1:/run/media/alex/disk2:/run/media/alex/disk3 /home/alex/shared/raid
|
|
|
|
sudo nix-collect-garbage -d
|
|
|
|
sudo nix-env -p /nix/var/nix/profiles/system --list-generations
|
|
```
|