Skip to content

Commit c34c019

Browse files
committed
disable pixel6-avf to fix the build
1 parent 3300de8 commit c34c019

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

nix/hosts.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,6 @@ in
8888
address = "laptop";
8989
pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIs8Ait2j8oYQB0cWPLZIw9vObzuWxo4E00awCNw2rZ root@nixos";
9090
};
91-
pixel6-avf = mkHost {
92-
type = "nixos";
93-
hostPlatform = "aarch64-linux";
94-
address = "pixel6-avf";
95-
pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIs8Ait2j8oYQB0cWPLZIw9vObzuWxo4E00awCNw2rZ root@nixos";
96-
remoteBuild = false;
97-
};
9891
work = mkHost {
9992
type = "nixos";
10093
hostPlatform = "x86_64-linux";

0 commit comments

Comments
 (0)