os/hosts/pioneer-momo-koeln/pioneer-momo-koeln.nix
2023-07-13 21:20:11 +02:00

15 lines
139 B
Nix

{
config,
pkgs,
lib,
...
}:
with lib;
with pkgs; let
psCfg = config.pub-solar;
in {
imports = [
./configuration.nix
];
}