Files
samfelag/system/modules/default.nix
2022-11-01 16:28:52 +01:00

9 lines
66 B
Nix

{ ... }:
{
imports = [
./tailscale.nix
./user.nix
];
}