mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
7 lines
102 B
Nix
7 lines
102 B
Nix
{ ... }:
|
|
{
|
|
sops.secrets = {
|
|
nextcloud_password.sopsFile = ../../secrets/bomba.sops.yaml;
|
|
};
|
|
}
|