configuration.nix/common/default.nix
2024-06-16 21:25:39 +05:30

3 lines
62 B
Nix

{ ... }: {
imports = [ ./nix.nix ./users ./secrets.nix ];
}