···15151616 # user can provide NixOS configurations
1717 # to any host it is included on
1818- provides.to-hosts.nixos = { pkgs, ... }: { };
1818+ # nixos = { pkgs, ... }: { };
1919 };
2020}
···77#
88# For our template, we enable home-manager and nix-darwin by default, but
99# you are free to remove them if not being used by you.
1010+{ ... }:
1011{
11121213 flake-file.inputs = {