1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

feat: inherit lovesegfault's changes to host generation

This commit is contained in:
oddlama 2023-01-30 17:10:56 +01:00
parent 2081ce6585
commit 7c6461d8e2
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 18 additions and 29 deletions

View file

@ -50,6 +50,7 @@
...
} @ inputs:
{
hosts = import ./nix/hosts.nix;
deploy = import ./nix/deploy.nix inputs;
overlays = import ./nix/overlay.nix inputs;
homeConfigurations = import ./nix/home-manager.nix inputs;