Compare commits

..

No commits in common. "e7468ecc469e5a21624f11efedefc8fc5252da2c" and "c53f1470ee04890f461796ba0d14cce393f2b5c3" have entirely different histories.

4 changed files with 4 additions and 14 deletions

View File

@ -12,7 +12,6 @@ nixpkgs.lib.nixosSystem {
./hardware-configuration.nix ./hardware-configuration.nix
../../modules/common ../../modules/common
../../modules/nixos ../../modules/nixos
globals
wsl.nixosModules.wsl wsl.nixosModules.wsl
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
disko.nixosModules.disko disko.nixosModules.disko

View File

@ -46,11 +46,10 @@
DEVNAME=hwmon0=amdgpu DEVNAME=hwmon0=amdgpu
FCTEMPS=hwmon0/pwm1=hwmon0/temp1_input FCTEMPS=hwmon0/pwm1=hwmon0/temp1_input
FCFANS= hwmon0/pwm1=hwmon0/fan1_input FCFANS= hwmon0/pwm1=hwmon0/fan1_input
MINTEMP=hwmon0/pwm1=50 MINTEMP=hwmon0/pwm1=30
MAXTEMP=hwmon0/pwm1=70 MAXTEMP=hwmon0/pwm1=70
MINSTART=hwmon0/pwm1=100 MINSTART=hwmon0/pwm1=150
MINSTOP=hwmon0/pwm1=10 MINSTOP=hwmon0/pwm1=12
MINPWM=hwmon0/pwm1=10 MINPWM=hwmon0/pwm1=12
MAXPWM=hwmon0/pwm1=240
''; '';
} }

View File

@ -15,11 +15,6 @@
services.bazarr.enable = true; services.bazarr.enable = true;
services.prowlarr.enable = true; services.prowlarr.enable = true;
# Grant users access to destination directories
users.users.sonarr.extraGroups = [ "jellyfin" ];
users.users.radarr.extraGroups = [ "jellyfin" ];
users.users.bazarr.extraGroups = [ "jellyfin" ];
# Requires updating the base_url config value in each service # Requires updating the base_url config value in each service
# If you try to rewrite the URL, the service won't redirect properly # If you try to rewrite the URL, the service won't redirect properly
caddy.routes = [ caddy.routes = [

View File

@ -41,9 +41,6 @@ in {
}]; }];
}]; }];
# Grant user access to Calibre directories
users.users.${config.user}.extraGroups = [ "calibre-web" ];
# Run a backup on a schedule # Run a backup on a schedule
systemd.timers.calibre-backup = lib.mkIf config.backups.calibre { systemd.timers.calibre-backup = lib.mkIf config.backups.calibre {
timerConfig = { timerConfig = {