tmpfs, irqbalance, etc.

This commit is contained in:
Daniel Flanagan 2024-08-21 20:11:39 -05:00
parent 5337459609
commit 1952460606
3 changed files with 9 additions and 1 deletions

View file

@ -939,6 +939,13 @@
root
];
boot.tmp.useTmpfs = true;
systemd.services.nix-daemon = {
environment.TMPDIR = "/var/tmp";
};
boot.tmp.cleanOnBoot = true;
services.irqbalance.enable = true;
services.kanidm = {
enableClient = true;
enablePam = true;

View file

@ -21,7 +21,7 @@
];
boot = {
# kernelPackages = pkgs.linuxPackages_zen;
kernelPackages = pkgs.linuxPackages_latest;
loader.efi.canTouchEfiVariables = true;
loader.systemd-boot.enable = true;
initrd.availableKernelModules = ["xhci_pci" "nvme" "ahci" "usbhid"];

View file

@ -134,6 +134,7 @@ in {
};
in {
enable = true;
checkRuleset = true;
ruleset = with inf; ''
table inet filter {
# set LANv4 {