This commit is contained in:
Reid 2024-12-08 18:39:26 -08:00
parent 5030dcf3b6
commit 2232ad3f31
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
12 changed files with 31 additions and 28 deletions

View file

@ -2,16 +2,16 @@
{
imports =
[
[
(modulesPath + "/installer/scan/not-detected.nix")
];
boot = {
initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "sdhci_pci" ];
initrd.kernelModules = [ ];
kernelModules = [ ];
extraModulePackages = [ ];
# TODO: move bootloader, networking, boot speed to another file?
initrd.kernelModules = [ ];
kernelModules = [ ];
extraModulePackages = [ ];
# TODO: move bootloader, networking, boot speed to another file?
kernelPackages = pkgs.linuxPackages_latest;
loader = {
# use u-boot over grub
@ -25,7 +25,7 @@
fsType = "ext4";
};
swapDevices =
swapDevices =
[ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking

View file

@ -19,7 +19,7 @@ in {
nginx-config.enable = true;
staticSites = {
"reidlab.pink".dataDir = "/var/www/reidlab.pink";
"reidlab.pink".dataDir = "/var/www/reidlab.pink";
};
matomo = {