added packge setting
parent
55b7b96690
commit
9cc39912a1
|
@ -1,6 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.inspircd = {
|
||||
enable = true;
|
||||
package = pkgs.inspircd;
|
||||
config = builtins.readFile "/etc/inspircd.conf";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue