From 27e0fabef711a17cdd92144c208357532d1c1544 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Mon, 28 Apr 2025 19:16:48 +0200 Subject: [PATCH] removed a defuault channel from tiny, fixed copyparty hist. --- configs/home-manager/tiny-irc.nix | 1 - flake.lock | 6 +++--- hosts/cirrostratus/copyparty.nix | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/home-manager/tiny-irc.nix b/configs/home-manager/tiny-irc.nix index c3d1063..734d828 100644 --- a/configs/home-manager/tiny-irc.nix +++ b/configs/home-manager/tiny-irc.nix @@ -24,7 +24,6 @@ "##rust" "#zig" "#git" - "#kernel" "#hardware" "#lobsters" "#gamingonlinux" diff --git a/flake.lock b/flake.lock index 20bde1c..527bb60 100644 --- a/flake.lock +++ b/flake.lock @@ -10,11 +10,11 @@ ] }, "locked": { - "lastModified": 1745400750, - "narHash": "sha256-sXLl6fuWPyZll4ok1b1pbxJLJ5ZnK/NUfL8+SK42P5Q=", + "lastModified": 1745857151, + "narHash": "sha256-v4wL3JctNWtAFzRdNznpql4ug8PneHCcskJIfqIpLTw=", "owner": "gabevenberg", "repo": "copyparty", - "rev": "a54e950ecca45225d94c5e982e2dd3453c09ea22", + "rev": "e53f9e34b7c85e2804ac9c93d3f8294a597bfca1", "type": "github" }, "original": { diff --git a/hosts/cirrostratus/copyparty.nix b/hosts/cirrostratus/copyparty.nix index db12d18..b2cb638 100644 --- a/hosts/cirrostratus/copyparty.nix +++ b/hosts/cirrostratus/copyparty.nix @@ -44,6 +44,7 @@ in { log-utc = true; ah-alg = "argon2"; ah-salt = "ImSaltyAboutNonPersistentSalts"; + hist="/var/lib/copyparty"; }; accounts = lib.mkIf (inputs ? nix-secrets) ( builtins.mapAttrs (name: value: {passwordFile = "${inputs.nix-secrets}/copyparty/${name}";})