base
This commit is contained in:
parent
dbd38133da
commit
96eb7a6bf0
2 changed files with 17 additions and 25 deletions
|
|
@ -10,11 +10,21 @@
|
|||
|
||||
specialArgs = inputs;
|
||||
in {
|
||||
build = nixpkgs.lib.nixosSystem {
|
||||
base = nixpkgs.lib.nixosSystem {
|
||||
./common.nix
|
||||
|
||||
conf.extraConfig
|
||||
conf.hardware-configuration
|
||||
|
||||
./base.nix
|
||||
./boot.nix
|
||||
};
|
||||
|
||||
full = nixpkgs.lib.nixosSystem {
|
||||
inherit system specialArgs;
|
||||
|
||||
modules = [
|
||||
./base.nix
|
||||
./common.nix
|
||||
|
||||
conf.extraConfig
|
||||
conf.hardware-configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue