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