323 current 2024-04-04 17:26:48 24.05.20240403.d9b45d7 6.8.2-zen2 *
This commit is contained in:
parent
79edf7e84c
commit
727c7a7caa
3 changed files with 14 additions and 235 deletions
|
|
@ -38,20 +38,20 @@
|
|||
# Load nvidia driver for Xorg and Wayland
|
||||
services.xserver.videoDrivers = ["nvidia"]; # or "nvidiaLegacy470 etc.
|
||||
|
||||
# services.minidlna = {
|
||||
# enable = true;
|
||||
# openFirewall = true;
|
||||
# settings = {
|
||||
# notify_interval = 60;
|
||||
# friendly_name = "ZACKPC";
|
||||
# media_dir = ["A,/home/zack/Music"];
|
||||
# inotify = "yes";
|
||||
# };
|
||||
# };
|
||||
#
|
||||
# users.users.minidlna = {
|
||||
# extraGroups = ["users"];
|
||||
# };
|
||||
services.minidlna = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
notify_interval = 60;
|
||||
friendly_name = "ZACKPC";
|
||||
media_dir = ["A,/home/zack/Music"];
|
||||
inotify = "yes";
|
||||
};
|
||||
};
|
||||
|
||||
users.users.minidlna = {
|
||||
extraGroups = ["users"];
|
||||
};
|
||||
|
||||
# services.openssh = {
|
||||
# enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue