# Breaking Changes - sops location movod to "system/dev/<dev-name>/sops/sops-conf.nix" - flake devices declaration changes - whole flake update
8 lines
99 B
Nix
8 lines
99 B
Nix
{ config, lib, ... }:
|
|
{
|
|
sops = {
|
|
secrets = {
|
|
"wireguard/wg0.conf" = { };
|
|
};
|
|
};
|
|
}
|