nix-conf/modules/servers/general/default.nix

8 lines
99 B
Nix

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