Restructure machine files
This commit is contained in:
parent
adbea68c91
commit
93816b76bb
5 changed files with 6 additions and 6 deletions
|
@ -5,11 +5,11 @@ inputs @ {
|
|||
}: {
|
||||
nixosConfigurations = nixpkgs.lib.mapAttrs (name: {
|
||||
system,
|
||||
module,
|
||||
nixosModule,
|
||||
}:
|
||||
nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [./nixos module];
|
||||
modules = [./nixos nixosModule];
|
||||
|
||||
specialArgs = {
|
||||
inherit inputs system self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue