Files
nix-stuff/shelved-projects/wifi/common.nix
Shelvacu e72e57822d stuff
2025-08-22 16:00:46 -07:00

8 lines
80 B
Nix

{ ... }:
let
sopsFile = ../secrets/misc/wifi.json;
in
{
inherit sopsFile;
}