os/hosts/host-001-momo-koeln/host-001-momo-koeln.nix
Hendrik Sokolowski c196f5e44b
All checks were successful
continuous-integration/drone/push Build is passing
fix initrd modules and rename host
2023-04-11 21:40:48 +02:00

13 lines
132 B
Nix

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