Add Jovian back again to try it out
This commit is contained in:
parent
3d3c89c326
commit
5c8c68331d
11 changed files with 256 additions and 19 deletions
17
flake.nix
17
flake.nix
|
@ -17,6 +17,15 @@
|
|||
inputs.nixpkgs.follows = "stable";
|
||||
};
|
||||
|
||||
# Hardware specific
|
||||
jovian = {
|
||||
url = "github:Jovian-Experiments/Jovian-NixOS";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
|
||||
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";
|
||||
|
||||
# Service inputs
|
||||
mailserver = {
|
||||
url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-24.11";
|
||||
|
@ -25,10 +34,6 @@
|
|||
|
||||
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";
|
||||
|
@ -53,6 +58,7 @@
|
|||
mailserver,
|
||||
minecraft,
|
||||
|
||||
jovian,
|
||||
avf,
|
||||
avf-channel,
|
||||
|
||||
|
@ -77,7 +83,8 @@
|
|||
tower = mkNix [ ./hosts/tower ] stable; # Main Desktop
|
||||
|
||||
envy = mkNix [ ./hosts/envy ] stable; # HP Convertable
|
||||
intuos = mkNix [ ./hosts/intuos ] unstable; # Wacom Intuos Tablet
|
||||
intuos = mkNix [ ./hosts/intuos ] stable; # Wacom Intuos Tablet
|
||||
jupiter = mkNix [ ./hosts/jupiter ] unstable; # Steam Deck
|
||||
redmond = mkNix [ ./hosts/redmond ] stable; # Lenovo Dual-Boot
|
||||
|
||||
droid = mkNix [ ./hosts/droid ] avf-channel; # Android Virtualization Framework
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue