os/users/default.nix

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

12 lines
200 B
Nix
Raw Normal View History

{ self, ... }:
{
flake = {
nixosModules = rec {
root = import ./root;
teutat3s = import ./teutat3s;
2024-02-02 22:25:54 +00:00
pub-solar = import ./pub-solar;
nixos = import ./nixos;
};
};
}