From c1352fdd88f1f3932f117fbf765b63c142376867 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Wed, 5 Feb 2025 21:18:28 +0100 Subject: add senpai --- hosts/toaster/irc.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/toaster/irc.nix') diff --git a/hosts/toaster/irc.nix b/hosts/toaster/irc.nix index 938fac3..ecdac88 100644 --- a/hosts/toaster/irc.nix +++ b/hosts/toaster/irc.nix @@ -3,8 +3,8 @@ environment.systemPackages = [ pkgs.senpai ]; sops.secrets = { - "irc/senpai" = { - owner = config.users.users.grue.name; + "senpai" = { + owner = config.users.users."0xa".name; }; }; } -- cgit v1.3.1