Compare commits
1 commit
c1352fdd88
...
4802d1d38f
Author | SHA1 | Date | |
---|---|---|---|
4802d1d38f |
2 changed files with 0 additions and 13 deletions
|
@ -3,7 +3,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./irc.nix
|
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./proxy
|
./proxy
|
||||||
];
|
];
|
||||||
|
|
|
@ -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 ];
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue