Rename options.machines -> options.machine

This commit is contained in:
monologiq 2025-12-24 16:34:32 +01:00
parent 95c39f896c
commit b5d23b1ddc
2 changed files with 5 additions and 5 deletions

View file

@ -43,7 +43,7 @@
(
{ lib, ... }:
{
options.machines = {
options.machine = {
fs = {
bootUUID = lib.mkOption {
type = lib.types.str;