os/hosts/host_001_momo_koeln/host_001_momo_koeln.nix
Hendrik Sokolowski 0daf30fe09
All checks were successful
continuous-integration/drone/push Build is passing
add 001_momo_koeln
2023-03-07 00:48:42 +01:00

13 lines
132 B
Nix

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