From afc597e552facff6c0103657d315775902709841 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Wed, 11 Mar 2026 16:34:05 +0100 Subject: gerarchia modificata (sono pazzo) --- systems/afrodite/hardware.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 systems/afrodite/hardware.nix (limited to 'systems/afrodite/hardware.nix') diff --git a/systems/afrodite/hardware.nix b/systems/afrodite/hardware.nix new file mode 100644 index 0000000..51ddcd0 --- /dev/null +++ b/systems/afrodite/hardware.nix @@ -0,0 +1,7 @@ +{config, lib, modulesPath, ...}: { + imports = [ + (modulesPath + "/installer/scan/not-detected.nix") + ]; + + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; +} -- cgit v1.3