very minor cleanup

This commit is contained in:
Casper V. Kristensen 2023-08-13 19:34:10 +02:00
parent cd34af5837
commit 944bcee46d
2 changed files with 2 additions and 2 deletions

View file

@ -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 .
```

View file

@ -1,4 +1,4 @@
{ config, ... }: {
{ ... }: {
# https://nixos.wiki/wiki/Syncthing
services.syncthing = {