m 2 temp: init
This commit is contained in:
parent
e14b4f8854
commit
80e03a958e
6
2configs/temp/8812au.nix
Normal file
6
2configs/temp/8812au.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{config, pkgs, ...}:
|
||||||
|
{
|
||||||
|
#boot.extraModulePackages = [ pkgs.rtl8812au ];
|
||||||
|
boot.extraModulePackages = [config.boot.kernelPackages.rtl8812au ];
|
||||||
|
boot.kernelModules = [ "rtl8812au" ];
|
||||||
|
}
|
5
2configs/temp/elkstack.nix
Normal file
5
2configs/temp/elkstack.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
_:
|
||||||
|
{
|
||||||
|
services.elasticsearch.enable = true;
|
||||||
|
services.kibana.enable = true;
|
||||||
|
}
|
5
2configs/temp/sabnzbd.nix
Normal file
5
2configs/temp/sabnzbd.nix
Normal 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";
|
||||||
|
}
|
Loading…
Reference in a new issue