summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/muhammed/remote-builders/local-linux-builder.nix2
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";};
};
};