fix(machines): zoro typo
This commit is contained in:
parent
95b6027225
commit
74c71c4f22
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue