misc fixes~

This commit is contained in:
Kate 2024-11-13 02:51:21 -07:00
parent e792555c7d
commit 5e14c5aff4
2 changed files with 11 additions and 12 deletions

View file

@ -28,19 +28,18 @@ in
address = "tcp://127.0.0.1:8384"; 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. # Set op our main sync'd folder.
# See the big table above. folders."synced" = {
inherit devices; path = "/home/deprekated/synced";
devices = builtins.attrNames devices;
# Set op our main sync'd folder. # Treat this like a sync'd folder that we always have acess to.
folders."synced" = { ignorePerms = true;
path = "/home/deprekated/synced"; };
devices = builtins.attrNames devices;
# Treat this like a sync'd folder that we always have acess to.
ignorePerms = true;
}; };
}; };

View file

@ -156,7 +156,7 @@ with pkgs;
slack slack
zulip zulip
obs-studio-plugins.wlrobs obs-studio-plugins.wlrobs
ktemkin.home-assistant-desktop deprekages.home-assistant-desktop
bitwig-studio bitwig-studio
calibre calibre
] ]