configuration.nix/common/default.nix
Adithya Nair dcb5d76ff0
cleanup secrets
move secrets out of the repo

move secrets

cleanup secrets
2024-06-16 22:32:48 +05:30

3 lines
63 B
Nix

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