diff --git a/systems/wilde/configuration.nix b/systems/wilde/configuration.nix index 5dd26dc..f19f847 100644 --- a/systems/wilde/configuration.nix +++ b/systems/wilde/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, lib, ... }: { imports = [ @@ -7,6 +7,8 @@ ]; + virtualisation.docker.enable = lib.mkForce false; + boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;