desktop-2025-01-29-14-20-16

This commit is contained in:
Alexander Szczepanski
2025-01-29 14:20:16 +01:00
parent b40d52a433
commit b3a2a1030b
10 changed files with 121 additions and 56 deletions

View File

@ -158,7 +158,8 @@ in {
graphics = {
enable = true;
enable32Bit = true;
extraPackages = with pkgs; [rocmPackages.clr.icd];
# doesnt build atm
# extraPackages = with pkgs; [rocmPackages.clr.icd];
};
# cpu.x86.msr = {
@ -166,10 +167,10 @@ in {
# };
};
# powerManagement = {
# enable = true;
# powertop.enable = true;
# };
powerManagement = {
enable = true;
powertop.enable = true;
};
services = {
power-profiles-daemon.enable = true;
@ -183,11 +184,6 @@ in {
pulse.enable = true;
};
sunshine = {
enable = true;
capSysAdmin = true;
};
samba = {
enable = true;
settings = {
@ -216,17 +212,6 @@ in {
};
};
duplicati = {
enable = true;
user = "alex";
};
# jellyfin = {
# enable = true;
# user = "alex";
# group = "users";
# };
borgbackup.jobs = {
home = rec {
compression = "auto,zstd";