mochi/nixos/home/jahanson/server.nix
2024-06-20 08:59:56 -05:00

6 lines
49 B
Nix

{ ... }:
{
imports = [
./global.nix
];
}