add morax
This commit is contained in:
parent
256ac491c8
commit
edef24fa08
8 changed files with 95 additions and 3 deletions
17
flake.nix
17
flake.nix
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue