nginx error, committing to search the forgejo
This commit is contained in:
parent
77168ba9c7
commit
a48cb3515b
8 changed files with 40 additions and 21 deletions
10
hosts/kitty/boot/default.nix
Normal file
10
hosts/kitty/boot/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
{
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_hardened;
|
||||
swraid = {
|
||||
enable = true;
|
||||
mdadmConf = "MAILADDR contact@${config.domains.p2}";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue