media server stuff

This commit is contained in:
Matt Nish-Lapidus 2025-03-10 20:33:10 -04:00
parent b0406a89fe
commit df2625bee7

View file

@ -203,6 +203,11 @@
openFirewall = true;
};
systemd.targets.sleep.enable = false;
systemd.targets.suspend.enable = false;
systemd.targets.hibernate.enable = false;
systemd.targets.hybrid-sleep.enable = false;
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
system.stateVersion = "25.05"; # Did you read the comment?