mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-05 08:23:11 +00:00
7 lines
120 B
Nix
7 lines
120 B
Nix
|
{ pkgs, ... }:
|
||
|
{
|
||
|
services = {
|
||
|
userdata = builtins.fromJSON (builtins.readFile "./userdata/userdata.json");
|
||
|
};
|
||
|
}
|