os/hosts/pioneer-momo-koeln/pioneer-momo-koeln.nix

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

15 lines
139 B
Nix
Raw Normal View History

2023-07-13 18:50:18 +00:00
{
config,
pkgs,
lib,
...
}:
2023-03-06 23:48:42 +00:00
with lib;
2023-07-13 18:50:18 +00:00
with pkgs; let
2023-03-06 23:48:42 +00:00
psCfg = config.pub-solar;
2023-07-13 18:50:18 +00:00
in {
2023-03-06 23:48:42 +00:00
imports = [
./configuration.nix
];
}