Attempt Android support
This commit is contained in:
parent
97e0076656
commit
ad3c035569
5 changed files with 60 additions and 9 deletions
|
@ -16,6 +16,8 @@
|
|||
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
|
||||
android.url = "github:nix-community/nixos-avf";
|
||||
|
||||
mailserver = {
|
||||
url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-24.11";
|
||||
inputs.nixpkgs.follows = "stable";
|
||||
|
@ -42,6 +44,7 @@
|
|||
lanzaboote,
|
||||
disko,
|
||||
impermanence,
|
||||
android,
|
||||
mailserver,
|
||||
minecraft,
|
||||
hm,
|
||||
|
@ -73,6 +76,8 @@
|
|||
midas = mkNix [ ./hosts/midas ]; # Dell Optiplex 5040
|
||||
kitty = mkNix [ ./hosts/kitty ]; # Dell Optiplex 7010
|
||||
prophet = mkNix [ ./hosts/prophet ]; # Oracle Neoverse-N1
|
||||
|
||||
droid = mkNix [ ./hosts/tower ]; # Android Virtualization Framework
|
||||
};
|
||||
|
||||
# nh home switch /path -c arch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue