summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2020-09-27 15:27:31 +0200
committerlassulus <lassulus@lassul.us>2020-09-27 15:27:31 +0200
commit2aa02e6f60aa10119ae0f085e6dec509616a64ab (patch)
tree5d7987c3d0e3ec042960ce3d60061a724880c78a
parente778f9d6f511874ae0dff55dbfa2b0694d96b06d (diff)
l xerxes.r: remove the_playlist share
-rw-r--r--lass/1systems/xerxes/config.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/lass/1systems/xerxes/config.nix b/lass/1systems/xerxes/config.nix
index e4a4fb50..6f64c699 100644
--- a/lass/1systems/xerxes/config.nix
+++ b/lass/1systems/xerxes/config.nix
@@ -41,22 +41,6 @@
displayManager.lightdm.autoLogin.user = "lass";
};
- services.syncthing.declarative = {
- folders = {
- the_playlist = {
- path = "/home/lass/tmp/the_playlist";
- devices = [ "mors" "phone" "prism" "xerxes" ];
- };
- };
- };
- krebs.permown = {
- "/home/lass/tmp/the_playlist" = {
- owner = "lass";
- group = "syncthing";
- umask = "0007";
- };
- };
-
boot.blacklistedKernelModules = [ "xpad" ];
systemd.services.xboxdrv = {
wantedBy = [ "multi-user.target" ];