fix: fix server name

This commit is contained in:
TheGeneralist 2025-05-30 17:22:31 +02:00
parent 9e05e68cc4
commit e7aafc9f28
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
3 changed files with 5 additions and 7 deletions

View file

@ -10,7 +10,6 @@ lib: inputs: self: lib.darwinSystem {
|> map (getAttrFromPath packagePath);
modules = collect [ "darwinModules" "default" ];
# todo
extensions = {
nixpkgs.overlays = collect [ "overlays" "default" ];
imports = modules;