summary refs log tree commit diff
path: root/machines/taureau
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/taureau
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/taureau')
-rw-r--r--machines/taureau/hardware.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/machines/taureau/hardware.nix b/machines/taureau/hardware.nix
index bbb60a5..3c30146 100644
--- a/machines/taureau/hardware.nix
+++ b/machines/taureau/hardware.nix
@@ -25,6 +25,5 @@
   networking.useDHCP = lib.mkDefault true;
   # networking.interfaces.enp6s16.useDHCP = lib.mkDefault true;
 
-  nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
   virtualisation.hypervGuest.enable = true;
 }