Compare commits
3 commits
92b94f0d2f
...
80fb4c5a3c
Author | SHA1 | Date | |
---|---|---|---|
80fb4c5a3c | |||
7fd4311e4a | |||
fa963e4179 |
3 changed files with 2 additions and 18 deletions
|
@ -8,7 +8,7 @@ _: {
|
|||
xwayland.enable = true;
|
||||
};
|
||||
services.wlsunset = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
latitude = "40.712776";
|
||||
longitude = "-74.005974";
|
||||
temperature = {
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
nvidia = {
|
||||
powerManagement.enable = true;
|
||||
modesetting.enable = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.production;
|
||||
};
|
||||
opengl = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
_: {
|
||||
systemd.services.jellyfin-rpc = {
|
||||
enable = true;
|
||||
wantedBy = [
|
||||
"multi-user.target"
|
||||
];
|
||||
description = "Displays the content you're currently watching on Discord!";
|
||||
|
||||
serviceConfig = {
|
||||
User = "root";
|
||||
ExecStart = "/nix/store/gfwcai4i1cl3w8lbli4dsg0z369z2fn4-user-environment/bin/jellyfin-rpc --config /home/notoh/.config/jellyfin-rpc/main.json";
|
||||
Restart = "always";
|
||||
RestartSec = 30;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue