Compare commits

...

2 Commits

Author SHA1 Message Date
chn
0d264ba30b devices.srv1.node0: set as master 2024-09-15 13:17:08 +08:00
chn
0dc5e659d4 modules.system.kernel: fix 2024-09-15 13:15:48 +08:00
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@ inputs:
wireguardIp = "192.168.83.9";
};
};
system.cluster.nodeType = "master";
};
};
}

View File

@ -31,6 +31,8 @@ inputs:
"ahci" "ata_piix" "nvme" "sdhci_acpi" "virtio_pci" "xhci_pci"
# networking for nas
"igb"
# disk for srv1
"megaraid_sas"
]
++ (inputs.lib.optionals (kernel.variant != "nixos") [ "crypto_simd" ])
# for pi3b to show message over hdmi while boot