Attempt to fix disk layout stuff.

This commit is contained in:
jay
2025-06-29 02:19:19 +00:00
parent a09c529dd1
commit 76341b5369
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, inputs, ... }:
{
imports =