Add Navidrome and system services modules

Configure Navidrome settings (MusicFolder, Port 4533, Address 0.0.0.0),
open firewall and create tmpfiles entry for the music directory.

Enable system services: weekly fstrim, zram swap (zstd), Avahi mDNS,
psd,
fwupd, earlyoom and plocate
This commit is contained in:
Melvin Ragusa
2026-02-02 11:22:56 +01:00
parent 9b2e4c23d3
commit bc9ee212ac
7 changed files with 169 additions and 35 deletions

View File

@@ -13,12 +13,6 @@
qemu = {
package = pkgs.qemu_kvm;
# Enable UEFI support for VMs
ovmf = {
enable = true;
packages = [ pkgs.OVMFFull.fd ];
};
# Enable TPM emulation for Windows 11
swtpm.enable = true;