10 lines
174 B
Nix
10 lines
174 B
Nix
{ ... }:
|
|
{
|
|
sops.secrets = {
|
|
"system/hdd" = { };
|
|
"system/initrd-ssh-key" = { };
|
|
"tailscale/key" = {
|
|
restartUnits = [ "tailscaled.service" ];
|
|
};
|
|
};
|
|
}
|