forked from aylac.top/nixcfg
this repo has no description

updated privatebin and switched to sqlite

aylac.top b4ae0f26 34b52e74

verified
Changed files
+10 -5
modules
nixos
services
privatebin
+3 -3
flake.lock
···
]
},
"locked": {
-
"lastModified": 1760564122,
-
"narHash": "sha256-YYSCixBIs5IQAck+oa/UUPpGgMdplAOsM44PECMXRDs=",
+
"lastModified": 1760581401,
+
"narHash": "sha256-bkSDxHfvo/g3htV2ONCorCdkXq1+/rjj3SlcCoRBM7Q=",
"owner": "ayla6",
"repo": "pkgs",
-
"rev": "7b2b7ff82e9d1bb56af3836a96277a83cc7e9799",
+
"rev": "4f9ad308d5732a902d6d77a9b9350b6d2fe8e1bf",
"type": "github"
},
"original": {
+7 -2
modules/nixos/services/privatebin/default.nix
···
qrcode = true;
template = "bootstrap-dark";
};
-
model.class = "Filesystem";
-
model_options.dir = "/var/lib/privatebin/data";
+
model.class = "Database";
+
model_options = {
+
dsn = "sqlite:/var/lib/privatebin/data/db.sq3";
+
usr = null;
+
pwd = null;
+
"opt[12]" = true;
+
};
};
};
};