Updated lockfile

Stopped using `latestCompatibleLinuxPackages` because it was deprecated.

See here: https://github.com/NixOS/nixpkgs/pull/341596
This commit is contained in:
alejandro-angulo 2024-09-21 21:56:21 -07:00
parent b6a2179453
commit ad61816639
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
3 changed files with 14 additions and 20 deletions

View file

@ -1,12 +1,7 @@
{
config,
pkgs,
...
}: {
{pkgs, ...}: {
boot.supportedFilesystems = ["zfs"];
networking.hostId = "b2d25606";
boot.zfs.devNodes = "/dev/disk/by-id";
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
swapDevices = [
{
device = "/dev/disk/by-id/nvme-SAMSUNG_MZVLW256HEHP-000L7_S35ENX1K539085-part4";