Add agenix module to nixmox-curiosity
This commit is contained in:
parent
3c56e923a4
commit
7362240d9b
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
nixmox-curiosity = nixpkgs.lib.nixosSystem {
|
nixmox-curiosity = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
|
agenix.nixosModules.default
|
||||||
./hosts/nixmox-curiosity/configuration.nix
|
./hosts/nixmox-curiosity/configuration.nix
|
||||||
{
|
{
|
||||||
networking.hostName = "nixmox-curiosity";
|
networking.hostName = "nixmox-curiosity";
|
||||||
|
|
Loading…
Reference in a new issue