fix(machines): zoro typo

This commit is contained in:
mrflos 2024-09-11 20:41:18 +03:00
parent 95b6027225
commit 74c71c4f22

View file

@ -1,10 +1,10 @@
{ config, lib, pkgs, ... }:
{
imports =
./ThinkCentre-M710q-zoro-hardware-configuration.nix
../modules/minimal-server.nix
];
imports = [
./ThinkCentre-M710q-zoro-hardware-configuration.nix
../modules/minimal-server.nix
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;