summaryrefslogtreecommitdiff
path: root/systems/afrodite/hardware.nix
diff options
context:
space:
mode:
authorLeonardo <noreply@leoflo.me>2026-03-11 16:34:05 +0100
committerLeonardo <noreply@leoflo.me>2026-03-11 16:34:05 +0100
commitafc597e552facff6c0103657d315775902709841 (patch)
tree75e411a8f5c57491b03f6057776df29ec3594487 /systems/afrodite/hardware.nix
parenta7f0310e52a6d7dcfa0d11b7b3e683903ca41cd9 (diff)
downloadnixos-afc597e552facff6c0103657d315775902709841.tar.gz
nixos-afc597e552facff6c0103657d315775902709841.zip
gerarchia modificata (sono pazzo)
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";
+}