irssi->senpai
This commit is contained in:
parent
3d823e8667
commit
280cd788ec
3 changed files with 14 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
./amd.nix
|
||||
./hardware-configuration.nix
|
||||
./irc.nix
|
||||
./network-vpns.nix
|
||||
./network.nix
|
||||
./secrets.nix
|
||||
|
|
9
hosts/toaster/irc.nix
Normal file
9
hosts/toaster/irc.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }: {
|
||||
environment.systemPackages = [ pkgs.senpai ];
|
||||
|
||||
sops.secrets = {
|
||||
"irc/senpai" = {
|
||||
owner = config.users.users.grue.name;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue