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.nix4
1 files changed, 2 insertions, 2 deletions
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;
};
};
}