11 lines
81 B
Nix
11 lines
81 B
Nix
{
|
|
config,
|
|
...
|
|
}:
|
|
let
|
|
in
|
|
{
|
|
flake.modules.nixos."hosts/loptland" = {
|
|
|
|
};
|
|
}
|