mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Fix import of machine-related imports
This commit is contained in:
parent
8eb8df1637
commit
c069a06ffa
@ -92,7 +92,8 @@
|
|||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
inputs.dwarffs.nixosModules.dwarffs
|
inputs.dwarffs.nixosModules.dwarffs
|
||||||
] ++ (map (name: ./modules + "/${name}") (moduleNames ./modules));
|
] ++ (map (name: ./modules + "/${name}") (moduleNames ./modules));
|
||||||
extraArgs = { inherit inputs homeConfigurations; };
|
specialArgs = {inherit inputs; };
|
||||||
|
extraArgs = { inherit homeConfigurations; };
|
||||||
};
|
};
|
||||||
|
|
||||||
hosts = discoverModules ./machines (name: {
|
hosts = discoverModules ./machines (name: {
|
||||||
|
|||||||
@ -5,6 +5,7 @@
|
|||||||
./printer.nix
|
./printer.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./software.nix
|
./software.nix
|
||||||
|
inputs.nixos-hardware.nixosModules.dell-xps-13-7390
|
||||||
];
|
];
|
||||||
|
|
||||||
elss = {
|
elss = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user