From 0e487f36b5b9309ac30d231c55459086f868b45f Mon Sep 17 00:00:00 2001 From: Lillian Violet Date: Mon, 3 Feb 2025 02:11:26 +0000 Subject: [PATCH] Added semicolon --- nixos/hosts/EDI/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index ed48b27..84d3136 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -33,7 +33,7 @@ networking = { hostName = "EDI"; networkmanager.enable = true; - } + }; boot = { # Lanzaboote currently replaces the systemd-boot module.