From 944bcee46d7bce742050aea797f316c6efaeda25 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Sun, 13 Aug 2023 19:34:10 +0200 Subject: [PATCH] very minor cleanup --- README.md | 2 +- modules/desktop/syncthing.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = {