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, 0 insertions, 10 deletions
diff --git a/hosts/toaster/irc.nix b/hosts/toaster/irc.nix
deleted file mode 100644
index ecdac88..0000000
--- a/hosts/toaster/irc.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ config, pkgs, ... }:
-{
- environment.systemPackages = [ pkgs.senpai ];
-
- sops.secrets = {
- "senpai" = {
- owner = config.users.users."0xa".name;
- };
- };
-}