Cleaned up darwin from noise; Moved overlays too a shared module
This commit is contained in:
@@ -118,6 +118,12 @@
|
||||
|
||||
sharedModules = [
|
||||
{ networking.hostName = hostName; }
|
||||
{
|
||||
nixpkgs = {
|
||||
overlays = [ (import ./overlays { inherit (inputs) nur; }) ];
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
}
|
||||
./hosts/${hostName}/configuration.nix
|
||||
inputs.sops-nix.${platformModuleSet}.sops
|
||||
inputs.home-manager.${platformModuleSet}.home-manager
|
||||
|
||||
Reference in New Issue
Block a user