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";

View file

@ -1,7 +1,6 @@
{config, ...}: {
{...}: {
boot.supportedFilesystems = ["zfs"];
networking.hostId = "f8616592";
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
boot.loader.efi.canTouchEfiVariables = false;
boot.loader.systemd-boot.enable = true;
users.users.root.initialHashedPassword = "$6$3Ps2Vmff.gUBkiCv$FCeCQjDvNTdWynQU81qtCXFHQht86w4unWNalUgkcyq7lkkI2klzRyTK3dZiQUjIrn8qPKtwJcY9SNdyE8v1L/";