mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-24 18:32:24 +00:00
Compare commits
No commits in common. "e7468ecc469e5a21624f11efedefc8fc5252da2c" and "c53f1470ee04890f461796ba0d14cce393f2b5c3" have entirely different histories.
e7468ecc46
...
c53f1470ee
@ -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
|
||||||
|
@ -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
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
@ -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 = [
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user