rspamd goes on the nas not the pc
This commit is contained in:
parent
99b27cc4bb
commit
3b5c299325
2 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
nixos-hardware.nixosModules.common-pc-hdd
|
||||
./services/hostapd.nix
|
||||
./services/mastodon.nix
|
||||
./services/rspamd.nix
|
||||
];
|
||||
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
|
|
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue