mochi/nixos/home/jahanson/server.nix

7 lines
49 B
Nix
Raw Normal View History

2024-06-20 08:59:56 -05:00
{ ... }:
{
imports = [
./global.nix
];
}