try adding oracle server config

This commit is contained in:
Noah Masur
2022-10-01 16:21:34 +00:00
parent 485e8223cf
commit d303924f02
2 changed files with 9 additions and 4 deletions

View File

@ -68,6 +68,8 @@
inherit nixpkgs home-manager nur globals wallpapers;
};
wsl = import ./hosts/wsl { inherit nixpkgs wsl home-manager globals; };
oracle =
import ./hosts/oracle { inherit nixpkgs home-manager globals; };
};
darwinConfigurations = with inputs; {