summaryrefslogtreecommitdiff
path: root/hosts/toaster/irc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/toaster/irc.nix')
-rw-r--r--hosts/toaster/irc.nix10
1 files changed, 10 insertions, 0 deletions
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;
+ };
+ };
+}