m 2 temp: init
This commit is contained in:
parent
054475b623
commit
0e93cd3091
6
makefu/2configs/temp/8812au.nix
Normal file
6
makefu/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
makefu/2configs/temp/elkstack.nix
Normal file
5
makefu/2configs/temp/elkstack.nix
Normal file
@ -0,0 +1,5 @@
|
||||
_:
|
||||
{
|
||||
services.elasticsearch.enable = true;
|
||||
services.kibana.enable = true;
|
||||
}
|
5
makefu/2configs/temp/sabnzbd.nix
Normal file
5
makefu/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 New Issue
Block a user