fonts, minidlna, syncthing

This commit is contained in:
atagen 2022-08-18 10:28:50 +10:00
parent a950fc35e8
commit 7d9fe63a4a
2 changed files with 30 additions and 10 deletions

View file

@ -39,6 +39,15 @@
# Enable the X11 windowing system.
services.xserver.enable = true;
# dlna
services.minidlna = {
enable = true;
announceInterval = 120;
friendlyName = "PC";
mediaDirs = [ "A,/data/Music/Slsk" ];
};
# enable nvidia
nixpkgs.config.allowUnfree = true;
@ -133,10 +142,10 @@
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
# networking.firewall.allowedTCPPorts = [ 8200 ];
# networking.firewall.allowedUDPPorts = [ 1900 ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;
networking.firewall.enable = false;
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you