rspamd goes on the nas not the pc

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-29 13:46:55 +01:00
parent 99b27cc4bb
commit 3b5c299325
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 1 additions and 1 deletions

View file

@ -14,6 +14,7 @@
nixos-hardware.nixosModules.common-pc-hdd
./services/hostapd.nix
./services/mastodon.nix
./services/rspamd.nix
];
hardware.cpu.amd.updateMicrocode = true;

View file

@ -11,7 +11,6 @@
nixos-hardware.nixosModules.common-cpu-amd
nixos-hardware.nixosModules.common-gpu-amd
nixos-hardware.nixosModules.common-pc-ssd
./services/rspamd.nix
];
hardware.cpu.amd.updateMicrocode = true;
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" "k10temp" ];