Compare commits

..

1 commit

Author SHA1 Message Date
4802d1d38f add senpai 2025-02-05 21:18:28 +01:00
2 changed files with 0 additions and 13 deletions

View file

@ -3,7 +3,6 @@
imports = [
./configuration.nix
./hardware-configuration.nix
./irc.nix
./networking.nix
./proxy
];

View file

@ -1,12 +0,0 @@
{ pkgs, ... }:
{
services.soju = {
enable = true;
listen = [
"irc+insecure://10.89.87.1"
"irc+insecure://[fd31:185d:722e::1]"
];
};
environment.systemPackages = [ pkgs.soju ];
}