feat: adds zinnia host

This commit is contained in:
Ahwx 2025-07-26 23:35:29 +02:00
parent 2f23a9f717
commit e9bd003401
3 changed files with 117 additions and 0 deletions

View file

@ -111,6 +111,17 @@
inherit self inputs username;
};
};
zinnia = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
(import ./hosts/zinnia)
agenix.nixosModules.default
];
specialArgs = {
host = "zinnia";
inherit self inputs username;
};
};
};
};
}