mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
rm plex
This commit is contained in:
parent
7f96a9fa86
commit
c7d5e68070
3 changed files with 3 additions and 6 deletions
|
|
@ -13,6 +13,8 @@
|
|||
powerManagement.cpuFreqGovernor = "ondemand"; # hopefully fix low cpu freq
|
||||
hardware.cpu.amd.updateMicrocode = true; # same
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
|
|
|||
|
|
@ -20,11 +20,7 @@
|
|||
|
||||
users.groups.media_services = { };
|
||||
|
||||
services.plex = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
user = "death916";
|
||||
};
|
||||
|
||||
|
||||
services.audiobookshelf = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
# ~/nixconfig/nixos/configuration.nix.new
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../modules/nixos/laptop/desktop.nix
|
||||
../modules/nixos/common/base.nix
|
||||
../modules/nixos/laptop/user.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue