fix agenix

This commit is contained in:
waveringana 2025-06-04 03:11:00 -04:00
parent ab9955e681
commit bf865e243c
4 changed files with 11 additions and 2 deletions

View file

@ -67,6 +67,10 @@
valefar = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit inputs;
system = "x86_64-linux";
};
modules = [
./hosts/valefar
lix-module.nixosModules.default
@ -80,6 +84,10 @@
buer = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit inputs;
system = "x86_64-linux";
};
modules = [
./hosts/buer