hosts/*: clean and standardize format

This commit is contained in:
Infinidoge 2025-03-11 14:42:23 -04:00
parent f70739f81c
commit 3a5c6800fa
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
13 changed files with 62 additions and 135 deletions

View file

@ -5,21 +5,17 @@
./filesystems.nix
];
networking.hostId = "3275c7d3";
system.stateVersion = "23.11";
age.rekey.hostPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO8oViHNz64NG51uyll/q/hrSGwoHRgvYI3luD/IWTUT root@Infini-SD";
networking.hostId = "3275c7d3";
modules.hardware.form.server = true;
boot.kernelPackages = pkgs.linuxPackages;
hardware.infiniband = {
enable = true;
};
modules = {
hardware = {
form.server = true;
};
};
hardware.infiniband.enable = true;
networking = {
interfaces.eno4 = {
@ -43,6 +39,4 @@
echo "eth" > /sys/bus/pci/devices/0000:04:00.0/mlx4_port2
'';
};
system.stateVersion = "23.11";
}