mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds yoshino host to flake as well (desktop)
This commit is contained in:
parent
a5b300a300
commit
6c8e181166
1 changed files with 8 additions and 0 deletions
|
|
@ -59,6 +59,14 @@
|
|||
];
|
||||
specialArgs = { host="sakura"; inherit self inputs username ; };
|
||||
};
|
||||
yoshino = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
(import ./hosts/yoshino)
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
specialArgs = { host="yoshino"; inherit self inputs username ; };
|
||||
};
|
||||
violet = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue