os/hosts/cube/cube.nix

14 lines
133 B
Nix
Raw Normal View History

2022-08-13 09:12:00 +00:00
{ config, pkgs, lib, ... }:
with lib;
with pkgs;
let
psCfg = config.pub-solar;
in
{
imports = [
./configuration.nix
];
}