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;
|
||||
in {
|
||||
base = nixpkgs.lib.nixosSystem {
|
||||
inherit system specialArgs;
|
||||
|
||||
modules = [
|
||||
./common.nix
|
||||
|
||||
conf.extraConfig
|
||||
|
|
@ -18,6 +21,7 @@ in {
|
|||
|
||||
./base.nix
|
||||
./boot.nix
|
||||
];
|
||||
};
|
||||
|
||||
full = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue