mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
update README
This commit is contained in:
parent
f613899e68
commit
fa751829f2
@ -65,6 +65,14 @@ sudo nixos-rebuild -I nixos-config=hosts/$(hostname)/configuration.nix switch
|
|||||||
sudo nixos-rebuild -I nixos-config=hosts/$(hostname)/configuration.nix boot
|
sudo nixos-rebuild -I nixos-config=hosts/$(hostname)/configuration.nix boot
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Failed services
|
||||||
|
|
||||||
|
If there are e.g. file conflicts due to preexisting dotfiles, the Home Manager user service might fail. To list all failed services, run:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
systemctl --failed
|
||||||
|
```
|
||||||
|
|
||||||
## Garbage collection
|
## Garbage collection
|
||||||
|
|
||||||
* https://nixos.org/manual/nix/stable/package-management/garbage-collection.html
|
* https://nixos.org/manual/nix/stable/package-management/garbage-collection.html
|
||||||
|
Loading…
Reference in New Issue
Block a user