summary refs log tree commit diff
path: root/machines/taupe/hardware.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-04-24 04:10:31 +0200
committerMel <mel@rnrd.eu>2026-04-24 04:10:31 +0200
commit0bfba3b356635a296f22bd060537c6c74cef2635 (patch)
tree73f0dff74b0265ba42ef4ccadf3a32183a165c4f /machines/taupe/hardware.nix
parent9e0f725c2d7785a05d044131a97b1e5315e58993 (diff)
downloadnetwork-0bfba3b356635a296f22bd060537c6c74cef2635.tar.zst
network-0bfba3b356635a296f22bd060537c6c74cef2635.zip
Fix warning about read-only pkgs input HEAD main
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/taupe/hardware.nix')
-rw-r--r--machines/taupe/hardware.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/machines/taupe/hardware.nix b/machines/taupe/hardware.nix
index 8ddf1b1..810fafd 100644
--- a/machines/taupe/hardware.nix
+++ b/machines/taupe/hardware.nix
@@ -33,5 +33,4 @@
   networking.useDHCP = lib.mkDefault true;
   # networking.interfaces.enp1s0.useDHCP = lib.mkDefault true;
 
-  nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
 }