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
|
@ -1,9 +1,6 @@
|
|||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
{
|
||||
boot = {
|
||||
blacklistedKernelModules = [
|
||||
"pcspkr"
|
||||
];
|
||||
initrd = {
|
||||
availableKernelModules = [
|
||||
"xhci_pci"
|
||||
|
@ -18,10 +15,6 @@
|
|||
"kvm-intel"
|
||||
];
|
||||
};
|
||||
swraid = {
|
||||
enable = true;
|
||||
mdadmConf = "MAILADDR contact@${config.domains.jim2}";
|
||||
};
|
||||
};
|
||||
|
||||
# Main root
|
||||
|
@ -89,7 +82,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
swapDevices = [
|
||||
{ device = "/dev/server/root/swap"; }
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue