7 lines
63 B
Nix

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