Merge branch 'main' of https://git.nekomimi.pet/waveringana/nixcfg
This commit is contained in:
commit
2ecaae07b3
5 changed files with 120 additions and 0 deletions
19
flake.nix
19
flake.nix
|
|
@ -20,6 +20,8 @@
|
|||
microvm.url = "github:astro/microvm.nix";
|
||||
microvm.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
disko.url = "github:nix-community/disko/v1.11.0";
|
||||
|
||||
catppuccin.url = "github:catppuccin/nix";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
|
|
@ -115,6 +117,23 @@
|
|||
{ imports = builtins.attrValues nixosModules; }
|
||||
];
|
||||
};
|
||||
|
||||
baal = nixpkgs.lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
system = "aarch64-linux";
|
||||
};
|
||||
modules = [
|
||||
./hosts/baal
|
||||
|
||||
agenix.nixosModules.default
|
||||
disko.nixosModules.disko
|
||||
|
||||
{ imports = builtins.attrValues nixosModules; }
|
||||
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue