add morax

This commit is contained in:
waveringana 2025-06-04 06:01:52 -04:00
parent 256ac491c8
commit edef24fa08
8 changed files with 95 additions and 3 deletions

View file

@ -2,6 +2,8 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
nixos-hardware.url = "github:nixos/nixos-hardware/master";
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
@ -95,6 +97,21 @@
];
};
morax = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
specialArgs = {
inherit inputs;
system = "aarch64-linux";
};
modules = [
./hosts/morax
nixos-hardware.nixosModules.raspberry-pi-4
agenix.nixosModules.default
];
};
# Easy to add more hosts
/*
server2 = nixpkgs.lib.nixosSystem {