From e35998adbe8da47e240e0487f0668cdb7b2bf995 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Tue, 2 Aug 2022 17:35:21 +0200 Subject: add forgotten semicolon --- nixos/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/boot.nix b/nixos/boot.nix index 394a7f8..1e1f0c0 100644 --- a/nixos/boot.nix +++ b/nixos/boot.nix @@ -50,5 +50,5 @@ hardware.mcelog.enable = true; services.udev.extraRules = '' ACTION=="add", KERNEL=="mcelog", SUBSYSTEM=="misc", TAG+="systemd", ENV{SYSTEMD_WANTS}+="mcelog.service" - '' + ''; } -- cgit v1.2.3