This commit is contained in:
death916 2025-06-30 14:40:33 -07:00
parent 7f96a9fa86
commit c7d5e68070
3 changed files with 3 additions and 6 deletions

View file

@ -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" ];

View file

@ -20,11 +20,7 @@
users.groups.media_services = { };
services.plex = {
enable = true;
openFirewall = true;
user = "death916";
};
services.audiobookshelf = {
enable = true;

View file

@ -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