From e64579832aad6fdc8107257793e547d1f837e253 Mon Sep 17 00:00:00 2001 From: tomoron Date: Sat, 12 Jul 2025 16:57:03 +0200 Subject: [PATCH] fix typo on laptop config --- osConfigs/hosts/laptop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osConfigs/hosts/laptop.nix b/osConfigs/hosts/laptop.nix index 07d5c1b..e0beb90 100644 --- a/osConfigs/hosts/laptop.nix +++ b/osConfigs/hosts/laptop.nix @@ -5,7 +5,7 @@ boot.initrd.luks.devices.cryptroot.allowDiscards = true; mods.displayManager.enable = true; - mods.virtualmanager.enable = false; + mods.virtualManager.enable = false; networking.firewall.enable = false; networking.hostName = "patate-douce";