summaryrefslogtreecommitdiff
path: root/systems/afrodite/hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/afrodite/hardware.nix')
-rw-r--r--systems/afrodite/hardware.nix7
1 files changed, 7 insertions, 0 deletions
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";
+}