diff options
author | Linnnus <[email protected]> | 2024-12-17 21:54:11 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-12-17 21:55:31 +0100 |
commit | 34ea0d8bb19f882f8ae112ac6cd2f1fc457e3f5b (patch) | |
tree | fd3d808ed83d1fb7fcfc34f9664e6b5e5e4bccb6 | |
parent | 844365fa3ec5afb2e71dcf7660bc438adda3235d (diff) |
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.
-rw-r--r-- | hosts/muhammed/remote-builders/local-linux-builder.nix | 2 |
1 files changed, 0 insertions, 2 deletions
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";}; }; }; |