mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: adds zinnia host
This commit is contained in:
parent
2f23a9f717
commit
e9bd003401
3 changed files with 117 additions and 0 deletions
11
flake.nix
11
flake.nix
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue