Skip to content

Commit

Permalink
Remove pinephone-vm-encrypted.
Browse files Browse the repository at this point in the history
It doesn't make much sense since it's better to use installer, and it
doesn't pass nix flake check.
  • Loading branch information
kurnevsky committed Dec 16, 2024
1 parent 9d45479 commit 01e43e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 83 deletions.
16 changes: 0 additions & 16 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -263,19 +263,6 @@
./machines/pinephone-vm/configuration.nix
];
};
pinephone-vm-encrypted = inputs.nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
{
_module.args.rootfs = inputs.self.nixosConfigurations.pinephone-vm.config.mobile.outputs.rootfs;
}
(import "${inputs.mobile-nixos}/lib/configuration.nix" {
device = "uefi-x86_64";
})
./modules/pinephone.nix
./machines/pinephone-vm-encrypted/configuration.nix
];
};
pinephone = inputs.nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
modules = commonModules ++ [
Expand All @@ -299,9 +286,6 @@
packages = forAllSystems (_system: {
# nix build -L '/etc/nixos#phone-vm' && ./result -enable-kvm -smp 2
phone-vm = inputs.self.nixosConfigurations.pinephone-vm.config.mobile.outputs.uefi.vm;
# nix build -L '/etc/nixos#phone-vm-encrypted' && ./result -enable-kvm -smp 2
phone-vm-encrypted =
inputs.self.nixosConfigurations.pinephone-vm-encrypted.config.mobile.outputs.uefi.vm;
});
};
}
67 changes: 0 additions & 67 deletions machines/pinephone-vm-encrypted/configuration.nix

This file was deleted.

0 comments on commit 01e43e9

Please sign in to comment.