setting up media server

This commit is contained in:
Matt Nish-Lapidus 2025-03-10 13:59:58 -04:00
parent 90d1eaa2be
commit 6696bbb6f8

View file

@ -68,6 +68,7 @@
enable = true;
useEmbeddedBitmaps = true;
};
};
powerManagement = {
enable = true;
@ -141,5 +142,4 @@
# 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?
};
}