1
Fork 0
nixos-system-config/systems/persist/homeserver.nix

8 lines
58 B
Nix
Raw Normal View History

2023-06-24 23:09:01 +02:00
{ ... }:
{
imports = [
./common.nix
];
}