From 280cd788eca6db141378d84644a6acd03e4ec9f1 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Thu, 9 Feb 2023 19:23:49 +0100 Subject: irssi->senpai --- hosts/toaster/irc.nix | 9 +++++++++ 1 file changed, 9 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..85398ab --- /dev/null +++ b/hosts/toaster/irc.nix @@ -0,0 +1,9 @@ +{ config, pkgs, ... }: { + environment.systemPackages = [ pkgs.senpai ]; + + sops.secrets = { + "irc/senpai" = { + owner = config.users.users.grue.name; + }; + }; +} -- cgit v1.3.1