Compare commits

..

No commits in common. "0d264ba30b75cec52f2e8f72bd3193202e01ab46" and "a722dc17c4521cae639a6ec1fd1d613301a86eb9" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

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

View File

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