Compare commits
1 commit
c1352fdd88
...
4802d1d38f
Author | SHA1 | Date | |
---|---|---|---|
4802d1d38f |
2 changed files with 0 additions and 13 deletions
|
@ -3,7 +3,6 @@
|
|||
imports = [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
./irc.nix
|
||||
./networking.nix
|
||||
./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