315 current 2024-04-04 16:20:23 24.05.20240403.d9b45d7 6.8.2-zen2 *
This commit is contained in:
parent
6c62029a67
commit
60be4ad26f
1 changed files with 10 additions and 0 deletions
|
|
@ -38,6 +38,16 @@
|
||||||
# Load nvidia driver for Xorg and Wayland
|
# Load nvidia driver for Xorg and Wayland
|
||||||
services.xserver.videoDrivers = ["nvidia"]; # or "nvidiaLegacy470 etc.
|
services.xserver.videoDrivers = ["nvidia"]; # or "nvidiaLegacy470 etc.
|
||||||
|
|
||||||
|
services.minidlna = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
settings = {
|
||||||
|
notify_interval = 60;
|
||||||
|
friendly_name = "ZACKPC";
|
||||||
|
media_dir = ["/home/zack/Music/"];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# services.openssh = {
|
# services.openssh = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# PasswordAuthentication = true;
|
# PasswordAuthentication = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue