base
This commit is contained in:
parent
ae0a5ed865
commit
3e5c368a86
1 changed files with 9 additions and 5 deletions
|
|
@ -11,6 +11,9 @@
|
||||||
specialArgs = inputs;
|
specialArgs = inputs;
|
||||||
in {
|
in {
|
||||||
base = nixpkgs.lib.nixosSystem {
|
base = nixpkgs.lib.nixosSystem {
|
||||||
|
inherit system specialArgs;
|
||||||
|
|
||||||
|
modules = [
|
||||||
./common.nix
|
./common.nix
|
||||||
|
|
||||||
conf.extraConfig
|
conf.extraConfig
|
||||||
|
|
@ -18,6 +21,7 @@ in {
|
||||||
|
|
||||||
./base.nix
|
./base.nix
|
||||||
./boot.nix
|
./boot.nix
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
full = nixpkgs.lib.nixosSystem {
|
full = nixpkgs.lib.nixosSystem {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue