mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: adds sunflower host
This commit is contained in:
parent
0553f5bbf3
commit
f7c36a91b8
4 changed files with 139 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -148,6 +148,16 @@
|
|||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
sunflower = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
(import ./hosts/sunflower)
|
||||
];
|
||||
specialArgs = {
|
||||
host = "sunflower";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue