From 6df1b59d794889228967b311805bac62c0637a9b Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 7 Sep 2022 12:57:47 +0200 Subject: Use mkForce on boot config in the base host This fixes creating isos --- hosts/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'hosts') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index e934fd0..e177b93 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -12,7 +12,7 @@ ../secrets/wireguard ]; - boot = { + boot = lib.mkForce { loader = { efi = { efiSysMountPoint = "/boot/efi"; @@ -52,9 +52,6 @@ i18n.defaultLocale = "en_US.UTF-8"; console.useXkbConfig = true; #use same kb settings (layout) as xorg - # Enable CUPS to print documents. - # services.printing.enable = true; - users.mutableUsers = false; users.users.root.hashedPassword = secrets.root.hashed_password; -- cgit 1.4.1