m 2 temp: init

This commit is contained in:
makefu 2016-08-21 12:21:35 +02:00
parent 054475b623
commit 0e93cd3091
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{config, pkgs, ...}:
{
#boot.extraModulePackages = [ pkgs.rtl8812au ];
boot.extraModulePackages = [config.boot.kernelPackages.rtl8812au ];
boot.kernelModules = [ "rtl8812au" ];
}

View File

@ -0,0 +1,5 @@
_:
{
services.elasticsearch.enable = true;
services.kibana.enable = true;
}

View File

@ -0,0 +1,5 @@
{pkgs, ...}:
{
services.sabnzbd.enable = true;
systemd.services.sabnzbd.environment.SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
}