m 2 temp: init

This commit is contained in:
makefu 2016-08-21 12:21:35 +02:00
parent e14b4f8854
commit 80e03a958e
3 changed files with 16 additions and 0 deletions

6
2configs/temp/8812au.nix Normal file
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";
}