very minor cleanup
This commit is contained in:
parent
cd34af5837
commit
944bcee46d
|
@ -95,5 +95,5 @@ To find out which of our darlings will be erased on reboot do `tree -x /`.
|
|||
|
||||
## Upgrading
|
||||
```bash
|
||||
sudo nixos-rebuild switch --flake .#omega
|
||||
sudo nixos-rebuild switch --flake .
|
||||
```
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }: {
|
||||
{ ... }: {
|
||||
# https://nixos.wiki/wiki/Syncthing
|
||||
|
||||
services.syncthing = {
|
||||
|
|
Loading…
Reference in a new issue