diff --git a/nixos/roles/metal.nix b/nixos/roles/metal.nix index 6446c798..23cbfc11 100644 --- a/nixos/roles/metal.nix +++ b/nixos/roles/metal.nix @@ -1,6 +1,6 @@ {pkgs, ...}: { imports = [ - ../../roles/earlyoom.nix + ./earlyoom.nix ]; boot.kernelParams = ["mitigations=off"]; console.keyMap = "neo";