diff --git a/README.md b/README.md index e9d011a..c4be364 100644 --- a/README.md +++ b/README.md @@ -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 . ``` diff --git a/modules/desktop/syncthing.nix b/modules/desktop/syncthing.nix index 4cff433..b52f1a8 100644 --- a/modules/desktop/syncthing.nix +++ b/modules/desktop/syncthing.nix @@ -1,4 +1,4 @@ -{ config, ... }: { +{ ... }: { # https://nixos.wiki/wiki/Syncthing services.syncthing = {