dotfiles/modules/default.nix
2021-05-14 14:32:16 +02:00

5 lines
57 B
Nix

{ config, pkgs, ... }: {
imports = [ ./luks-ssh ];
}