Fix: Add missing sys input.

This commit is contained in:
Joey Hafner 2025-02-06 15:57:53 -08:00
parent 55f43f700e
commit 6b54df7c0b
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55

View File

@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config # Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes # and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead. # to /etc/nixos/configuration.nix instead.
{ pkgs, ... }: { { pkgs, sys, ... }: {
fileSystems = { fileSystems = {
"/" = { "/" = {
device = "/dev/disk/by-uuid/88a3f223-ed42-4be1-a748-bb9e0f9007dc"; device = "/dev/disk/by-uuid/88a3f223-ed42-4be1-a748-bb9e0f9007dc";