os/hosts/pioneer-momo-koeln/pioneer-momo-koeln.nix
Hendrik Sokolowski be19dd7477
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
rename host-001 to pioneer
2023-04-26 21:38:36 +02:00

13 lines
132 B
Nix

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