add senpai

This commit is contained in:
Grisha Shipunov 2025-02-05 21:18:28 +01:00
parent 5e7e8b5574
commit c1352fdd88
3 changed files with 7 additions and 6 deletions

View file

@ -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;
};
};
}