❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: typo

Signed-off-by: aottr <alex@otter.foo>

aottr d03c2238 6a9ba832

+1 -1
+1 -1
modules/nixos/server/media.nix
··· 44 44 group = mediaGroup; 45 45 }; 46 46 47 - systemd.tmpfiles.rules = tmpfilesRuless ++ [ 47 + systemd.tmpfiles.rules = tmpfilesRules ++ [ 48 48 "d /mnt/media 0755 ${mediaUser} ${mediaGroup} -" 49 49 ]; 50 50