config: update readme
This commit is contained in:
parent
f5f43fe952
commit
bf5f0e3ec2
1 changed files with 22 additions and 3 deletions
25
README.md
25
README.md
|
@ -1,4 +1,6 @@
|
|||
## Nix configuration
|
||||
# Nix configuration
|
||||
|
||||
## Updating
|
||||
|
||||
Update flake
|
||||
|
||||
|
@ -19,6 +21,23 @@ Switch server
|
|||
|
||||
## Cleanup
|
||||
|
||||
Collect garbage
|
||||
Collect garbage (run with sudo to collect root garbage)
|
||||
|
||||
nix-collect-garbage -d
|
||||
nix-collect-garbage -d
|
||||
|
||||
|
||||
## Submodule management
|
||||
|
||||
Trivionomicon
|
||||
|
||||
git subtree push --prefix=trivionomicon forgejo@git.posixlycorrect.com:deepState/trivionomicon.git master
|
||||
git subtree pull --prefix=trivionomicon forgejo@git.posixlycorrect.com:deepState/trivionomicon.git master
|
||||
|
||||
Homepage
|
||||
|
||||
git subtree push --prefix=homepage forgejo@git.posixlycorrect.com:fabian/homepage.git master
|
||||
git subtree pull --prefix=homepage forgejo@git.posixlycorrect.com:fabian/homepage.git master
|
||||
|
||||
|
||||
## About
|
||||
This is a unification of my old configs, which had a combined 506 commits.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue