Use system architecture reported by nixos-facter

This commit is contained in:
Pim Kunis 2024-11-04 22:44:26 +01:00
parent 2a63bee83b
commit 6b80438243
9 changed files with 4 additions and 18 deletions

View file

@ -1,6 +1,5 @@
{
machines.warwick = {
arch = "aarch64-linux";
facterReportPath = ./facter.json;
nixosModule = {inputs, ...}: {