summaryrefslogtreecommitdiff
path: root/nixos/boot.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-08-02 17:35:21 +0200
committerQuentin Aristote <quentin@aristote.fr>2022-08-02 17:35:21 +0200
commite35998adbe8da47e240e0487f0668cdb7b2bf995 (patch)
tree8aea9e7c3c8482d78009268d75b44e1cfda2d3f7 /nixos/boot.nix
parent4cd1ced9ba7b2ac15694d9cdfea6981e9d661105 (diff)
add forgotten semicolon
Diffstat (limited to 'nixos/boot.nix')
-rw-r--r--nixos/boot.nix2
1 files changed, 1 insertions, 1 deletions
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"
- ''
+ '';
}