From 9e429f45cd975e9d38def3e4c2aa4447cc252595 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 16 Sep 2024 14:14:24 +0200 Subject: [PATCH] template/new-clan: improve documentation of disko module --- templates/new-clan/modules/disko.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/new-clan/modules/disko.nix b/templates/new-clan/modules/disko.nix index e8f74c07f..d42864893 100644 --- a/templates/new-clan/modules/disko.nix +++ b/templates/new-clan/modules/disko.nix @@ -13,7 +13,7 @@ in clan-core.clanModules.disk-id ]; - # TO NOT EDIT THIS FILE AFTER INSTALLATION of a machine + # DO NOT EDIT THIS FILE AFTER INSTALLATION of a machine # Otherwise your system might not boot because of missing partitions / filesystems boot.loader.grub.efiSupport = lib.mkDefault true; boot.loader.grub.efiInstallAsRemovable = lib.mkDefault true;