Files
2026-01-19 15:03:08 +00:00

10 lines
91 B
Nix

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