diff options
author | lassulus <git@lassul.us> | 2023-01-31 01:25:08 +0100 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-01-31 09:38:02 +0100 |
commit | f6666bc1782c5385493fdc5e38c30bcddeb5bbd7 (patch) | |
tree | 5919daf35d7d4ece065997e5c1deb1c78dbae175 /lass | |
parent | 24bd46cc6184bcb68aa96988ca7cfa3ef860b7ca (diff) |
l mors.r: rip free music
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/mors/config.nix | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/lass/1systems/mors/config.nix b/lass/1systems/mors/config.nix index 6d0d177ec..a3486cffa 100644 --- a/lass/1systems/mors/config.nix +++ b/lass/1systems/mors/config.nix @@ -52,34 +52,6 @@ with import <stockholm/lib>; ]; } { - services.syncthing.declarative = { - devices.schasch.addresses = [ "schasch.r:22000" ]; - folders = { - the_playlist = { - path = "/home/lass/tmp/the_playlist"; - devices = [ "mors" "phone" "prism" "xerxes" ]; - }; - free_music = { - id = "mu9mn-zgvsw"; - path = "/home/lass/tmp/free_music"; - devices = [ "mors" "schasch" ]; - }; - }; - }; - krebs.permown = { - "/home/lass/tmp/free_music" = { - owner = "lass"; - group = "syncthing"; - umask = "0007"; - }; - "/home/lass/tmp/the_playlist" = { - owner = "lass"; - group = "syncthing"; - umask = "0007"; - }; - }; - } - { services.nginx = { enable = true; virtualHosts.default = { |