8 lines
80 B
Nix
8 lines
80 B
Nix
{ ... }:
|
|
let
|
|
sopsFile = ../secrets/misc/wifi.json;
|
|
in
|
|
{
|
|
inherit sopsFile;
|
|
}
|