This commit is contained in:
iFargle 2024-02-10 10:32:16 +09:00
parent c04bd8288f
commit 91a44c646e
4 changed files with 3 additions and 2 deletions

View file

@ -82,4 +82,5 @@
};
system.stateVersion = stateVersion;
nixpkgs.hostPlatform = system;
}

View file

@ -10,8 +10,6 @@
../../common/services/podman.nix
];
nixpkgs.hostPlatform = system;
services.fwupd.enable = true;
# we need fwupd 1.9.7 to downgrade the fingerprint sensor firmware
services.fwupd.package = (import (builtins.fetchTarball {

View file

@ -59,4 +59,5 @@
};
system.stateVersion = stateVersion;
nixpkgs.hostPlatform = system;
}

View file

@ -56,4 +56,5 @@
};
system.stateVersion = stateVersion;
nixpkgs.hostPlatform = system;
}