From 5e14c5aff413de5cf973fe629623bb2daedcd45a Mon Sep 17 00:00:00 2001 From: Kate Adkins Date: Wed, 13 Nov 2024 02:51:21 -0700 Subject: [PATCH] misc fixes~ --- nixos/configs/syncthing.nix | 21 ++++++++++----------- nixos/packages/gui.pkgs.nix | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/nixos/configs/syncthing.nix b/nixos/configs/syncthing.nix index e1e0dfc..e7ecc1c 100644 --- a/nixos/configs/syncthing.nix +++ b/nixos/configs/syncthing.nix @@ -28,19 +28,18 @@ in address = "tcp://127.0.0.1:8384"; }; - }; + # Set up the devices that we allow to connect. + # See the big table above. + inherit devices; - # Set up the devices that we allow to connect. - # See the big table above. - inherit devices; + # Set op our main sync'd folder. + folders."synced" = { + path = "/home/deprekated/synced"; + devices = builtins.attrNames devices; - # Set op our main sync'd folder. - folders."synced" = { - path = "/home/deprekated/synced"; - devices = builtins.attrNames devices; - - # Treat this like a sync'd folder that we always have acess to. - ignorePerms = true; + # Treat this like a sync'd folder that we always have acess to. + ignorePerms = true; + }; }; }; diff --git a/nixos/packages/gui.pkgs.nix b/nixos/packages/gui.pkgs.nix index 39e8e14..0863036 100644 --- a/nixos/packages/gui.pkgs.nix +++ b/nixos/packages/gui.pkgs.nix @@ -156,7 +156,7 @@ with pkgs; slack zulip obs-studio-plugins.wlrobs - ktemkin.home-assistant-desktop + deprekages.home-assistant-desktop bitwig-studio calibre ]