nixos-config/modules/hosts/loptland/default.nix

11 lines
81 B
Nix

{
config,
...
}:
let
in
{
flake.modules.nixos."hosts/loptland" = {
};
}