Add back Droid, second go around will surely work
This commit is contained in:
parent
2750e8e24e
commit
4335e92895
6 changed files with 80 additions and 7 deletions
28
flake.nix
28
flake.nix
|
@ -1,14 +1,10 @@
|
|||
{
|
||||
inputs = {
|
||||
# System inputs
|
||||
# General inputs
|
||||
stable.url = "nixpkgs/nixos-24.11";
|
||||
unstable.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
lanzaboote = {
|
||||
url = "github:nix-community/lanzaboote/v0.4.1";
|
||||
inputs.nixpkgs.follows = "stable";
|
||||
};
|
||||
|
||||
# System inputs
|
||||
disko = {
|
||||
url = "github:nix-community/disko";
|
||||
inputs.nixpkgs.follows = "stable";
|
||||
|
@ -16,6 +12,12 @@
|
|||
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
|
||||
lanzaboote = {
|
||||
url = "github:nix-community/lanzaboote/v0.4.1";
|
||||
inputs.nixpkgs.follows = "stable";
|
||||
};
|
||||
|
||||
# Service inputs
|
||||
mailserver = {
|
||||
url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-24.11";
|
||||
inputs.nixpkgs.follows = "stable";
|
||||
|
@ -23,6 +25,10 @@
|
|||
|
||||
minecraft.url = "github:Infinidoge/nix-minecraft";
|
||||
|
||||
# Android inputs
|
||||
avf.url = "https://github.com/nix-community/nixos-avf/releases/download/nixos-24.11/avf-channel-24.11-aarch64.tar.xz";
|
||||
avf-channel.url = "https://github.com/nix-community/nixos-avf/releases/download/nixos-24.11/nixos-channel-24.11-aarch64.tar.xz";
|
||||
|
||||
# Home inputs
|
||||
hm = {
|
||||
url = "github:nix-community/home-manager/release-24.11";
|
||||
|
@ -39,11 +45,17 @@
|
|||
outputs = {
|
||||
stable,
|
||||
unstable,
|
||||
lanzaboote,
|
||||
|
||||
disko,
|
||||
impermanence,
|
||||
lanzaboote,
|
||||
|
||||
mailserver,
|
||||
minecraft,
|
||||
|
||||
avf,
|
||||
avf-channel,
|
||||
|
||||
hm,
|
||||
nur,
|
||||
blender,
|
||||
|
@ -68,6 +80,8 @@
|
|||
intuos = mkNix [ ./hosts/intuos ] unstable; # Wacom Intuos Tablet
|
||||
redmond = mkNix [ ./hosts/redmond ] stable; # Lenovo Dual-Boot
|
||||
|
||||
droid = mkNix [ ./hosts/droid ] avf-channel; # Android Virtualization Framework
|
||||
|
||||
midas = mkNix [ ./hosts/midas ] stable; # Dell Optiplex 5040
|
||||
kitty = mkNix [ ./hosts/kitty ] stable; # Dell Optiplex 7010
|
||||
prophet = mkNix [ ./hosts/prophet ] stable; # Oracle Neoverse-N1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue