From f35599a59a080f0e7a173e21cae3d51dc230a212 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Fri, 15 Aug 2025 18:34:37 +0200 Subject: Revert "retire toaster" This reverts commit 1baa256be04a8b4e711a7d48a76197b5ffad6637. --- hosts/toaster/irc.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hosts/toaster/irc.nix (limited to 'hosts/toaster/irc.nix') diff --git a/hosts/toaster/irc.nix b/hosts/toaster/irc.nix new file mode 100644 index 0000000..ecdac88 --- /dev/null +++ b/hosts/toaster/irc.nix @@ -0,0 +1,10 @@ +{ config, pkgs, ... }: +{ + environment.systemPackages = [ pkgs.senpai ]; + + sops.secrets = { + "senpai" = { + owner = config.users.users."0xa".name; + }; + }; +} -- cgit v1.3.1