diff --git a/flake.lock b/flake.lock index 21080f5..c14179e 100644 --- a/flake.lock +++ b/flake.lock @@ -70,11 +70,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1741771598, - "narHash": "sha256-nEfO1JskMvwDa0cf13LHdQO/QCM1ioCr8nU+ZOIO+ug=", + "lastModified": 1741799896, + "narHash": "sha256-2Qu+tWRB+NACibDb67hG8nSaCbmJWfvFBfly6AaeCmc=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "04d8748de599621ca0ae7f9766c489adf45d63de", + "rev": "e69c9add9acc10220d9679f4f3ca34ea01a4c7be", "type": "github" }, "original": { diff --git a/hosts/media-server/configuration.nix b/hosts/media-server/configuration.nix index 1da8fd4..3388104 100644 --- a/hosts/media-server/configuration.nix +++ b/hosts/media-server/configuration.nix @@ -215,6 +215,8 @@ openFirewall = true; }; + services.transmission.user = "media"; + # systemd.targets.sleep.enable = false; # systemd.targets.suspend.enable = false; # systemd.targets.hibernate.enable = false;