os/users/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
141 B
Nix
Raw Normal View History

2023-11-11 00:06:42 +00:00
{
flake = {
nixosModules = rec {
root = import ./root;
hensoko = import ./hensoko;
iot = import ./iot;
};
};
}