spotifyd added, TODO add spotify-player
This commit is contained in:
parent
f05feec766
commit
b3464f8df7
2 changed files with 15 additions and 1 deletions
|
@ -15,6 +15,8 @@
|
|||
./virt.nix
|
||||
];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 57621 ];
|
||||
|
||||
# Auto-mount new devices
|
||||
services.udev.extraRules = ''
|
||||
ACTION=="add", SUBSYSTEMS=="usb", SUBSYSTEM=="block", ENV{ID_FS_USAGE}=="filesystem", RUN{program}+="${pkgs.systemd}/bin/systemd-mount --no-block --automount=yes --collect $devnode /media"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue