os/hosts/host_001_momo_koeln/host_001_momo_koeln.nix

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

13 lines
132 B
Nix
Raw Normal View History

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