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