This commit is contained in:
2026-02-16 13:05:29 +00:00
parent a9fec07b50
commit 205b0a516b
2 changed files with 8 additions and 2 deletions

View File

@@ -27,5 +27,11 @@
hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path;
};
};
homeManager =
{ pkgs, ... }:
{
home.packages = with pkgs; [ teamviewer ];
nixpkgs.config.allowUnfree = true;
};
};
}

View File

@@ -7,10 +7,10 @@
enable = true;
settings = {
# Wireless power saving
WIFI_PWR_ON_BAT = "1";
WIFI_PWR_ON_BAT = "on";
# USB autosuspend
USB_AUTOSUSPEND = "1";
USB_AUTOSUSPEND = "on";
# SATA drive power management
SATA_LINKPWR_ON_BAT = "min_power";