We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3300de8 commit c34c019Copy full SHA for c34c019
1 file changed
nix/hosts.nix
@@ -88,13 +88,6 @@ in
88
address = "laptop";
89
pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIs8Ait2j8oYQB0cWPLZIw9vObzuWxo4E00awCNw2rZ root@nixos";
90
};
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
- };
98
work = mkHost {
99
type = "nixos";
100
hostPlatform = "x86_64-linux";
0 commit comments