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