Files
nixos/modules/system/default.nix
T
2026-03-07 01:40:27 +03:00

9 lines
97 B
Nix

{ config, ... }: {
imports = [
./docker.nix
./gc.nix
./network.nix
./openssh.nix
];
}