mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Move nixosHostConfig out of flake.nix
This commit is contained in:
parent
537dbf0b82
commit
e1d4cddda0
3 changed files with 62 additions and 60 deletions
12
lib/default.nix
Normal file
12
lib/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ inputs, nixpkgs, nixpkgs-unstable, compose2nix, disko, flox, genebean-omp-themes,
|
||||
home-manager, nix-darwin, nix-flatpak, nix-homebrew, nixos-cosmic,
|
||||
nixos-hardware, nixpkgs-terraform, simple-nixos-mailserver, sops-nix, ...
|
||||
}: let
|
||||
nixosHostConfig = import ./nixosHostConfig.nix { inherit inputs nixpkgs nixpkgs-unstable compose2nix disko flox genebean-omp-themes
|
||||
home-manager nix-darwin nix-flatpak nix-homebrew nixos-cosmic
|
||||
nixos-hardware nixpkgs-terraform simple-nixos-mailserver sops-nix; };
|
||||
in {
|
||||
inherit (nixosHostConfig)
|
||||
nixosHostConfig
|
||||
;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue