From 34ea0d8bb19f882f8ae112ac6cd2f1fc457e3f5b Mon Sep 17 00:00:00 2001 From: Linnnus Date: Tue, 17 Dec 2024 21:54:11 +0100 Subject: muhammed: Revert local linux builder to aarch64 In e18423, the builder was accidentally changed to be x86_64 which was an unrelated experiment. I don't really need another x86_64 builder as I have ahmed in most cases. --- hosts/muhammed/remote-builders/local-linux-builder.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'hosts/muhammed') diff --git a/hosts/muhammed/remote-builders/local-linux-builder.nix b/hosts/muhammed/remote-builders/local-linux-builder.nix index 13067db..212e741 100644 --- a/hosts/muhammed/remote-builders/local-linux-builder.nix +++ b/hosts/muhammed/remote-builders/local-linux-builder.nix @@ -31,8 +31,6 @@ # Allow root login. This would normally be horrible but it's a local VM so who cares. users.users.root.password = "root"; services.openssh.permitRootLogin = "yes"; - - nixpkgs.hostPlatform = {system = "x86_64-linux";}; }; }; -- cgit v1.2.3